I'm use

from mina
.doTry
  .process message
  .inOnly jsm:queue //send to backbone
  .bean prepare ACK
.doCatch
  .bean prepare NACK
.end

with this method I'm sure the message is persisted in the JMS queue before
sending an ACK
if the route raise an error, a NACK is returned

A+JYT

--
View this message in context: 
http://camel.465427.n5.nabble.com/How-to-send-ack-and-then-resume-route-with-original-message-tp5692336p5694522.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to