Hi

I need a bit of clarification regarding FIFO and messaging using activemq.

According to Activemq documentation
http://activemq.apache.org/message-groups.html message grouping should
preserve ordering of messages within the same group id.

When the producer sets the groupid it should be possible to have multiple
consumers on the same queue parallelle processing messages from the queue,
but the broker should make sure that messages within the same groupid goes
to the same consumer thread thereby preserving ordering within the group.

Correct ?

Anybody willing to share Camel example flows that demo's message grouping
and FIFO.

Thanks
Preben 


-- 
View this message in context: 
http://camel.465427.n5.nabble.com/Activemq-jmsgroupid-tp3327579p3327579.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to