|
Class Summary |
| ChannelSupport |
This class provides much of the functionality needed to implement a channel. |
| ClusterRoundRobinDistributor |
This distributor is used when distributing to consumers of clustered queues. |
| DefaultClusterNotifier |
|
| FailoverWaiter |
|
| FirstReceiverDistributor |
It will always favour the first receiver in the internal list of receivers, but will retry
the next one (and the next one...) if a previous one does not want to accept the message. |
| IDManager |
A IDManager. |
| JDBCPersistenceManager |
JDBC implementation of PersistenceManager |
| JDBCSupport |
Common functionality for messaging components that need to access a database. |
| MessagingQueue |
A MessagingQueue
Can be used to implement a point to point queue, or a subscription fed from a topic |
| PagingChannelSupport |
This channel implementation automatically pages message references to and from storage to prevent
more than a maximum number of references being stored in memory at once. |
| RoundRobinDistributor |
The distributor will always first try the next receiver in the list to the one it tried last time. |
| SimpleDelivery |
A simple Delivery implementation. |