Re: manual ack with rabbitmq

2016-01-03 Thread Tim Dudgeon
essed. See https://github.com/apache/camel/blob/master/components/camel-rabbitmq/src/main/java/org/apache/camel/component/rabbitmq/RabbitMQConsumer.java#L201 -- View this message in context: http://camel.465427.n5.nabble.com/manual-ack-with-rabbitmq-tp5775697p5775706.html Sent from the Cam

Re: manual ack with rabbitmq

2016-01-03 Thread Preben.Asmussen
in context: http://camel.465427.n5.nabble.com/manual-ack-with-rabbitmq-tp5775697p5775706.html Sent from the Camel - Users mailing list archive at Nabble.com.

manual ack with rabbitmq

2016-01-03 Thread Tim Dudgeon
What is the way to do manual acknowledgement using the RabbitMQ component? I see you can set autoAck=false in the component properties, and the rabbitmq.DELIVERY_TAG header gives the delivery tag. But how does one get hold of the channel to do a manual acknowledgement? Thanks Tim