Hello, I need to implement the following scenario: There is one big input message sent to the BUS (e.g. FilePoller reads it and send to the BUS) This messages should be splitted to several ones by some XPath (splitter can be used) All splitted messages should be sent to the JMS queue. If error occurs during sending one of them Exchange should be failed and already sent messages should not be really present in the JMS queue. Looks like all messages produced from one input message should be sent in one transaction. Is it really possible to achieve?
I will appreciate for any hints. Thank you. -- View this message in context: http://servicemix.396122.n5.nabble.com/sending-mulitple-JMS-messages-in-one-transaction-tp1833775p1833775.html Sent from the ServiceMix - User mailing list archive at Nabble.com.
