HI,
My route like this

from(jms:queue:firstqueue)
.transacted()
.processor(new MyProcessor())
.to("jms:queue:out")

---> in Myprocessor calss i am creating exchange message, and creating some
dealy like thread.sleep()
---->at the time of Thread sleeping i am stopping the server. Then again i
started the jboss, the process is
not continuing i lost that message, it is not available in persistace. i
lost the exchange message.

Can any one help on this one.

Thanks in advance



--
View this message in context: 
http://camel.465427.n5.nabble.com/Transaction-Management-in-Camel-tp5733762.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to