See: Description
| Annotation Type | Description |
|---|---|
| JMSConnectionFactory |
Denotes a JMS Connection Factory bean.
|
| JMSListener |
Declares a class for post-processing.
|
| JMSProducer |
Declares a class for post-processing.
|
| Message |
An annotation that can be applied to method argument to indicate that the
argument is bound from the JMS
Message. |
| Queue |
Binds a
Queue to a method for receiving or sending a Message. |
| Topic |
Annotation to bind a
Topic to a method for receiving or
sending a Message. |