Hello, i'm pretty new in developing camel routes, so my problem might be easy to you. I wanna receive a message from RabbitMQ and if occurs any Exception this message will be requeued from I received. Something like a Rollback in the route or just a NAck in my queue. Is that possible to do with Camel?
I tried set the autoAck=false, but even throwing a Exception the ACK happens. Or a tried configure a "Transactional Client", but i did'nt find any example using RabbitMQ. If not, there is some alternative to make my application never miss a message when some Exception occurs? thanks a lot. André -- View this message in context: http://camel.465427.n5.nabble.com/RabbitMQ-Requeue-on-Exception-tp5750736.html Sent from the Camel - Users mailing list archive at Nabble.com.
