Hi Guys, I am working on a project that requires using multple camel-vm endpoints.
See an example of my flow: camelContext-vm-endpoint 1 = A camelContext-vm-endpoint 2 = B camelContext-vm-endpoint 3 = C When I send a message from A -> B -> C when C returns with a response, the response is sent to A and B simultaneously as well i.e. instead of only C to get the response, and then send its response to B and B sends to A in that order, all A,B,&C gets the response at once. How can I avoid this? Regards. -- View this message in context: http://camel.465427.n5.nabble.com/How-to-use-unique-queue-for-different-camel-vm-endpoint-tp2799194p2799194.html Sent from the Camel - Users mailing list archive at Nabble.com.