Look at the following URL which has various options for request-reply over jms .
http://camel.apache.org/jms.html ________________________________________ From: scottmiles [[email protected]] Sent: Friday, April 11, 2014 11:23 PM To: [email protected] Subject: Send response to file request? One of my client put the file request under directory placeorder with below configuration in CAMEL <route id="FileToJMS"> <from uri="file:target/placeorder" /> <to uri="jms:incomingOrders" /> </route> Once processing is done from incomingOrders, i want to send the some response to customer who initiated file request. How can i achieve it with CAMEL (probably using request reply or return address pattern). Any ideas? -- View this message in context: http://camel.465427.n5.nabble.com/Send-response-to-file-request-tp5750130.html Sent from the Camel - Users mailing list archive at Nabble.com. This e-mail and any files transmitted with it are for the sole use of the intended recipient(s) and may contain confidential and privileged information. If you are not the intended recipient(s), please reply to the sender and destroy all copies of the original message. Any unauthorized review, use, disclosure, dissemination, forwarding, printing or copying of this email, and/or any action taken in reliance on the contents of this e-mail is strictly prohibited and may be unlawful.
