Hi Claus,
Not sure whether message groups will work if the consumers are different
applications since message groups are more about ordered processing of
messages via a single consumer. It is not meant ot perform content based
routing of messages to specific consumer and cannot not distinguish between
consumers and could cause the broker to push messages towards the wrong
application.
There are 2 options here
- Adding a Camel CBR to the mix
or
- Adding Virtual Destinations (if the JMS provider is ActiveMQ)
The Virtual Destination could direct messages to the right consumer.
In all cases, the assumption is that the consumers are looking at their own
queues and the producers produce to common/virtual queue or topic.
My quick 2 cents worth.
Cheers,
Ashwin...
-----
---------------------------------------------------------
Ashwin Karpe
Apache Camel Committer & Sr Principal Consultant
FUSESource (a Progress Software Corporation subsidiary)
http://fusesource.com
Blog: http://opensourceknowledge.blogspot.com
---------------------------------------------------------
--
View this message in context:
http://camel.465427.n5.nabble.com/Using-correlationid-to-isolate-jms-queues-in-multiple-camelContexts-tp5719202p5719247.html
Sent from the Camel - Users mailing list archive at Nabble.com.