Re: Using client_acknowledgement mode in route query

2015-03-09 Thread gilboy
I am using camel spring DSL. Hence, not sure how I acknowledge the message myself -- View this message in context: http://camel.465427.n5.nabble.com/Using-client-acknowledgement-mode-in-route-query-tp5760618p5763863.html Sent from the Camel - Users mailing list archive at Nabble.com.

Using client_acknowledgement mode in route query

2014-12-12 Thread gilboy
Hi I have a route which consumes a message of a queue, transforms it and and sends the transformed message to a REST endpoint. The JMS consumer is configured to use client_acknowledge mode. Hence, the message will not get de-queued until I get a successful response from the REST endpoint. The

Re: Using client_acknowledgement mode in route query

2014-12-12 Thread Claus Ibsen
Hi As its client mode, you need to call that acknoledge method yourself. Camel does not do that for you. On Fri, Dec 12, 2014 at 11:27 AM, gilboy josephoto...@gmail.com wrote: Hi I have a route which consumes a message of a queue, transforms it and and sends the transformed message to a REST