Greetings. This is the code for the router:
http://pastie.org/2315635 This is the code for the dynamic router: http://pastie.org/2315666 The problem is that, everytime i send a message that needs to go throught the dynamic router, the messages that are put in the queue i request, in the header, are being associated with a temporary queue [aultMessageListenerContainer-1] JmsProducer INFO Using JmsReplyManager: org.apache.camel.component.jms.reply.TemporaryQueueReplyManager@16d03ba to process replies from temporary queue with 1 concurrent consumers. http://i53.tinypic.com/s2wua9.png So...after some seconds, the camel engine throws an error like this: http://pastie.org/2315724 How do i make the messages to be delivered, without expecting any response? -- View this message in context: http://camel.465427.n5.nabble.com/Dynamic-router-making-request-and-reply-messages-tp4663542p4663542.html Sent from the Camel - Users mailing list archive at Nabble.com.
