| Class | Description |
|---|---|
| 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.
|