[jboss-user] [Messaging, JMS & JBossMQ] - Re: Problems with message delivery

ajbiv do-not-reply at jboss.com
Fri Aug 4 14:51:57 EDT 2006


ok, i figured out that BMT does not cause redelivery of messages b/c of the differneces in the transaction boundaries.

So, by moving to CMT for my MDB and using JTA in spring, I believe I am able to accomplish what i want which is my   db rollback() if something bad occurs during the message processing and re-issue the message.

it seems that the CMT is attaching to my JTA UserTransaction?  is that correct?

View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3963299#3963299

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3963299



More information about the jboss-user mailing list