Class Summary |
JmsConnector |
The JmsConnector allows message sending and receiving via a third-party JMS
provider. |
JmsContext |
A JmsContext encapsulates point-to-point JmsQueueContext and
publish-subscribe JmsTopicContexts, providing common functionality needed
by the JmsConnector to send and receive messages to both context types. |
JmsDestination |
A JmsDestination represents a JMS Destination, i.e. |
JmsQueueContext |
A JmsQueueContext represents a JMS QueueSession, with a JMS QueueSender and
QueueReceiver pair. |
JmsTopicContext |
A JmsTopicContext represents a JMS TopicSession, with a JMS TopicPublisher
and TopicPublisher pair. |