MessageListenerAdapter.java | Class | Message listener adapter that delegates the handling of messages to target
listener methods via reflection, with flexible message type conversion.
Allows listener methods to operate on message content types, completely
independent from the JMS API.
By default, the content of incoming JMS messages gets extracted before
being passed into the target listener method, to let the target method
operate on message content types such as String or byte array instead of
the raw
Message . |