Class | Description |
---|---|
ClusterQueue<X extends java.io.Serializable> |
ClusterQueue provides reliable point to point transfer of messages.
|
ClusterTopic<X extends java.io.Serializable> |
ClusterTopic provides reliable Publish/Subscribe message model
communication between the nodes in the Resin cluster.
Following example shows how to make two nodes in resin cluster
communicate between each other using cluster topic.
|
ConnectionFactoryImpl | Deprecated |
FileQueue<X extends java.io.Serializable> |
A JMS queue backed by a file-based database.
|
FileTopic<E> |
A JMS topic backed by a file-based database.
|
Jms |
JMS facade
|
JmsConnectionFactory |
Top-level JMS connection
|
MemoryQueue<X> |
A JMS queue stored in memory.
|
MemoryTopic |
A JMS topic stored in memory.
|
Exception | Description |
---|---|
JmsExceptionWrapper |
Wraps the actual exception with an JMS exception
|
JmsRuntimeException |
Wraps the actual exception with an JMS exception
|
Annotation Type | Description |
---|---|
JmsMessageListener |
Configures an EJB message driven bean listening to a JMS queue or topic.
|