Hi All, I have a requirement to send 2 messages in as reply of a request using InOut pattern. How can I achieve this?
My route looks as following: <camelContext id="hulkcontext" xmlns="http://camel.apache.org/schema/spring" autoStartup="true"> <route> <from uri="jms:queue:data"/> <to uri="bean:myMessageProcessor"/> <inOut uri="mock:dataresult" /> </route> </camelContext> I've got a processor working properly when sending a single reply but in some situations 2 messages have to be sent. -- View this message in context: http://camel.465427.n5.nabble.com/camel-processor-in-InOut-to-send-2-replies-tp5728189.html Sent from the Camel - Users mailing list archive at Nabble.com.