I am using Spring 2.5 and annotations to define a @Transactional method.  I
want this transaction to complete before sending my JMS message as the JMS
Listener relies on data from the transaction.  Is there a way to ensure the
end of the transaction before sending the JMS message?  I am using Spring
with JPA/Hibernate.

I realize that perhaps this is more of a Spring question, but thought
perhaps other ActiveMQ users have run into this type of thing.

Thanks

Sean  
-- 
View this message in context: 
http://www.nabble.com/Send-message-after-transaction-tp22548251p22548251.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to