I have a simple jms:endpoint node configurted to receive messages on a "my.queue" in Servicemix. It currently receives messages and sends to a TraceBean configured as a targetservice. Now I would like to replace the TraceBean and apply the Camel routing to the incoming message to send the message to an other jms:endpoint (provider) to a queue defined in JBoss.
This seems like a simple message forwarding scenario, but, I cant seem to find docs on how to tie the jms:consumer/endpoint to camel. Is there a way to specify the targetService of the Jms:consumer/endpoint as the camel-context id? or will Camel-context pick up the message and forward as per routing defined in the context? thanx -ram -- View this message in context: http://www.nabble.com/camel-context-node-as-a-targetservice-for-jms%3Aendpoint---tp17275939s22882p17275939.html Sent from the Camel - Users mailing list archive at Nabble.com.
