Hi, I have seen the documentation of the resequencer EIP ( http://camel.apache.org/resequencer.html) and examples are based on direct source.
Is it applicable when using a JMS source and transaction ? I would say no since messages would be dispatched sequentially (waiting commit to dispatch the next one). Moreover Spring TransactionManager doest not support multi-threaded transaction so i should use something like Jencks TransactionManager. Am i right or is there a way to use it ? Regards Hervé
