Interface | Description |
---|---|
BrokerReceiver |
Subscription to a destination
|
BrokerSender |
Sending a message to the broker.
|
MessageBroker |
Broker interface for creating nodes and subscriptions to nodes.
|
ReceiverMessageHandler |
Listener for a destination.
|
SenderSettleHandler |
Callback for a message receipt from the broker.
|
Class | Description |
---|---|
AbstractBrokerReceiver |
Custom serialization for the cache
|
AbstractBrokerSender |
Custom serialization for the cache
|
AbstractMessageBroker |
AbstractStompBroker with common routines for brokers.
|
EnvironmentMessageBroker |
Custom serialization for the cache
|