Hi, I have one instance of active message broker. I want to receive message from one queue ( Q1 ) and put them into two queues ( Q2 and Q3 ).
I want this to happen in a transaction so if it fails to be added to Q2 or Q3 it should not end up in the other queue. Do I need to use XA Transactions for this or since its a single instance of the broker will the normal transactions do? I guess it boils down to does the broker see each queue as a standalone resource or just one big one. Regards Ben Short -- View this message in context: http://www.nabble.com/ActiveMQ-and-Transactions-tp21499505p21499505.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.