I'm not sure how I can check the acutal order of messages in the queue. But I stopped the consumer route and browsed the queue:
the IDs of messages are in the correct order: - ID:P00278-57104-1456219720102-1:1:1:1:1133 -> 566 - ID:P00278-57104-1456219720102-1:1:1:1:1134 -> 566a but the order I can see depends on the sort column of the ActiveMQ web console. The timestamp of both messages in queue is 2016-02-23 10:36:03:404 MEZ After I started the consumer route, I've got the following log messages: 09:50:41,735 INFO [destinationRoute] 566a ... 09:50:45,944 INFO [destinationRoute] 566 Is there any other way to see the actual order of messages in the queue? Does it mean the problem is in the consuming route? -- View this message in context: http://camel.465427.n5.nabble.com/Message-processed-in-wrong-order-tp5778100p5778105.html Sent from the Camel - Users mailing list archive at Nabble.com.
