Hi, How did you send the message to jms endpoint? If you use the ProduceTemplate, you can use the requestBodyAndHeaders(...) to send the message and receive the response instead of using the async API to send the message.
BTW, we may provide the asyc API for the bean to use, but it will expose the Camel API to the bean which we don't want the use to know. I think you can try out the AsycProcess API to setup the async invocation that you want. Willem -- View this message in context: http://servicemix.396122.n5.nabble.com/Apache-Camel-Inout-routes-call-fault-on-servicemix-esb-tp5714278p5714279.html Sent from the ServiceMix - User mailing list archive at Nabble.com.
