Package | Description |
---|---|
org.springframework.jms.listener |
This package contains the base message listener container facility.
|
org.springframework.jms.listener.adapter |
Message listener adapter mechanism that delegates to target listener
methods, converting messages to appropriate message content types
(such as String or byte array) that get passed into listener methods.
|
org.springframework.jms.remoting |
Remoting classes for transparent Java-to-Java remoting via a JMS provider.
|
Modifier and Type | Method and Description |
---|---|
protected void |
AbstractMessageListenerContainer.doInvokeListener(SessionAwareMessageListener listener,
Session session,
Message message)
Invoke the specified listener as Spring SessionAwareMessageListener,
exposing a new JMS Session (potentially with its own transaction)
to the listener if demanded.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractAdaptableMessageListener
An abstract JMS
MessageListener adapter providing the necessary
infrastructure to extract the payload of a JMS Message . |
class |
MessageListenerAdapter
Message listener adapter that delegates the handling of messages to target
listener methods via reflection, with flexible message type conversion.
|
class |
MessagingMessageListenerAdapter
A
MessageListener adapter that invokes a configurable
InvocableHandlerMethod . |
Modifier and Type | Class and Description |
---|---|
class |
JmsInvokerServiceExporter
Deprecated.
as of 5.3 (phasing out serialization-based remoting)
|