"paul_da_programmer" wrote : So would non-persistent messages still preserve the
transactional integrity of the JMS transaction?
The short answer is no.
If you want full ACID transactions, you must use persistent messages.
Remember the D in ACID stands for durable, and non persistent messages, by definition have
no durability.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4047983#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...