Class | Description |
---|---|
AbstractJMSListenerMethodProcessor<T extends java.lang.annotation.Annotation> |
Abstract
ExecutableMethodProcessor for annotations related to
JMSListener . |
JMSConnectionFactoryBeanProcessor |
Creates a
JMSConnectionPool from each registered
ConnectionFactory in the context. |
JMSProducerMethodInterceptor |
Sends messages to a broker.
|
JMSQueueListenerMethodProcessor |
Registers a
JMSListenerContainer for
methods annotated with Queue . |
JMSTopicListenerMethodProcessor |
Registers a
JMSListenerContainer for
methods annotated with Topic . |