Package | Description |
---|---|
org.apache.commons.messenger |
The main Messenger interface, a simple facade for working with JMS, together with all
the default implementation classes and additional factory classes.
|
Modifier and Type | Class and Description |
---|---|
class |
DefaultMessenger
DefaultMessenger is the default implementation of
Messenger which uses a ThreadLocal variable
to keep the JMS Session that should be used for a given calling thread. |
class |
SimpleMessenger
SimpleMessenger is an implementation of
Messenger which uses a single JMS Session for sending
to keep the JMS Session that should be used for a given calling thread. |
class |
XAMessenger
XAMessenger is a default implementation of
Messenger which can also support XA transactions by enlisting and delisting
XAResources. |
Modifier and Type | Field and Description |
---|---|
private MessengerSupport |
MessengerSession.messenger
The current messenger to which I'm connected
|
Constructor and Description |
---|
MessengerSession(MessengerSupport messenger,
SessionFactory sessionFactory) |