Interface | Description |
---|---|
MessageAvailableListener |
Listener for queue message available
|
MessageCallback<E> |
Listener for queue message available
|
MessageDestination |
Common interface for message queues and topics
|
MessageQueue<E> |
Provides abstract API for a queue.
|
MessageTopicSubscriber<E> |
Provides abstract API for a queue.
|
QueueEntrySelector |
Class | Description |
---|---|
AbstractDestination<E> |
Implements an abstract queue.
|
AbstractMemoryQueue<E,QE extends QueueEntry<E>> |
Provides abstract implementation for a memory queue.
|
AbstractQueue<E> |
Implements an abstract queue.
|
AbstractTopic<E> |
Implements an abstract topic.
|
DestinationHandle |
Implements an abstract queue.
|
JmsBlockingQueue |
Wrapper around a JMS destination
|
PollingQueue<E> |
Implements an queue which polls the data periodically.
|
PollingTopic<E> |
Implements an topic which polls the data periodically.
|
QueueAdmin |
Administration for a JMS queue
|
QueueEntry<M> |
Basic implementation of an entry in the Queue.
|
TopicAdmin |
Administration for a JMS topic
|
Exception | Description |
---|---|
MessageException |
A message exception.
|