If you want to consume concurrently from a queue, then you must use a different session for each consumer.
This is because you must have a session per thread. The JMS contract is that only 1 session...
Type: Posts; User: Tomcruise; Keyword(s):
If you want to consume concurrently from a queue, then you must use a different session for each consumer.
This is because you must have a session per thread. The JMS contract is that only 1 session...