add assertions on the Mock endpoints that messages arrive in order using some expression to test for ordering issues
--------------------------------------------------------------------------------------------------------------------
Key: CAMEL-66
URL:
https://issues.apache.org/activemq/browse/CAMEL-66 Project: Apache Camel
Issue Type: Improvement
Reporter: James Strachan
Assignee: James Strachan
Fix For: 1.1.0
something like
{code}
mockEndpoint.expectMessagesAscending(header("foo"))
{code}
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.