I am a newbie to JMS. So this may be a really noob question for the experts out here in SO.
However I am having difficulty trying to grok one very important concept of how J
The Session class handles transactions. So while there is normally only one Connection, you can have multiple threads having their own session context, each with its individual transaction context.