Hi, I have a camel application, it now only has one route and plan to consume from a RabbitMQ, once camel application receive the message from the Q, it just send the message to another http service. My question is, in my application, when I do test, I can use ProducerTemplate to send a message as sendBody() and to trigger the route. But in the actual usage scenario, I just listen the RabbitMQ, how the RabbitMQ could trigger the camel application and send message to camel? I don't want to wrap my application as a webservice.
Thanks, Meng -- View this message in context: http://camel.465427.n5.nabble.com/how-to-trigger-my-camel-application-tp5790150.html Sent from the Camel - Users mailing list archive at Nabble.com.