I was wondering if anyone can help me with a large problem, I'm trying to implement more jmsTransactionManagers with Spring 2.5.6, but it isn't working.
I got 5 connectionfactories because i have to read and write from 5 different environments. They are all in my queue xml bean, but because when I read messages from one queue and they don't fit with the options I do an rollback with the transaction manager.
So my question is, how can I configure more JmsTransactionManagers.