anonymous wrote : Perhaps the jms-sender code needs to be transaction-aware, and postpone
the send until the tx commits? Is this possible?
If you include the message sending functionality as part of the same transaction which
saves the Person, then the "send" will only happen on a successful commit of the
transaction.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4160843#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...