Interface | Description |
---|---|
LSConnectionListener |
Interface to be implemented to listen to JMS connection creation events.
|
LSSession |
An extension of the
Session interface to add the JMS Extender-specific
acknowledge modes constants. |
Class | Description |
---|---|
LSConnectionFactory |
A
ConnectionFactory interface implementation that can be used used to create a connection
with a JMS broker through an embedded JMS Extender client connection. |
LSQueueConnectionFactory |
A
QueueConnectionFactory interface implementation that can be used used to create a queue
connection with a JMS broker through an embedded JMS Extender client connection. |
LSTopicConnectionFactory |
A
TopicConnectionFactory interface implementation that can be used used to create a topic
connection with a JMS broker through an embedded JMS Extender client connection. |