Thanks Willem. I was looking for something like below configuration(from http://camel.apache.org/walk-through-another-example.html). But i am not sure which method of validateOrder bean will be called as no specific method has been specified here. Any idea?
<route> <from uri="jms:queue:order"/> <bean ref="validateOrder"/> <bean ref="registerOrder"/> <bean ref="sendConfirmEmail"/> </route> -- View this message in context: http://camel.465427.n5.nabble.com/How-to-use-CAMEL-to-send-the-acknowledgement-and-xml-output-to-vendors-on-different-platform-tp5749906p5749973.html Sent from the Camel - Users mailing list archive at Nabble.com.
