Hi, Looks like you are using template.sendBodyAndHeaders(...) which is meant to send one way requests (InOnly). You need to use template.requestBodyAndHeaders(...) if you want a response back. You can get back the modified exchange in this case.
Hope this helps. Cheers, Ashwin... ----- --------------------------------------------------------- Ashwin Karpe Apache Camel Committer & Sr Principal Consultant FUSESource (a Progress Software Corporation subsidiary) http://fusesource.com http://fusesource.com Blog: http://opensourceknowledge.blogspot.com http://opensourceknowledge.blogspot.com --------------------------------------------------------- -- View this message in context: http://camel.465427.n5.nabble.com/confusion-with-active-mq-tp3266693p3267228.html Sent from the Camel - Users mailing list archive at Nabble.com.
