|
|
Enabling transactions on message clients in other threads
| How can this be done? I have a situation where messages are supposed to be consumed by client in thread other tha main. They are read correctly but after the first readout they are marked as quot;redeliveredquot;, meaning they have not been consumed the first time time they were read. JmsTransactionManager is said to be bound to the thread but how can I enable it on more than one thread. Or should every thread have it's own manager. Is there a way to do it through configuration files? |
|