Hi pfen,
          Did you check "jencks"? It facilitates transaction management for
ActiveMQ.
Otherwise, you can achieve by adding an attribute << transacted="jms" >> in
your xbean.xml file like below:

<jms:consumer service="test:MyXYZService" endpoint="jms"
 targetService="test:MyXYZConsumerService"
  ........
 marshaler="#marshaler"
 transacted="jms" />
-- 
View this message in context: 
http://servicemix.396122.n5.nabble.com/sending-mulitple-JMS-messages-in-one-transaction-tp1833775p1842335.html
Sent from the ServiceMix - User mailing list archive at Nabble.com.

Reply via email to