A perfect question for a Monday:
i have a amq queue with a message which contains instructions to execute
specified modules as one unit of work. These modules may or may not use
other datasources besides jms requireing a local or global (xa) transaction
context. If a module requires the global transactioncontext than the
specified route is limited to processing only one message at a time
(maxConcurrentConsumers=1), creating a bottleneck.
What is best practice to process xa transactions in paralell?
Creating more xa routes dynamically comes to mind.



--
View this message in context: 
http://camel.465427.n5.nabble.com/Best-practice-for-paralell-execution-of-xa-transacted-routes-tp5734635.html
Sent from the Camel - Users mailing list archive at Nabble.com.

Reply via email to