How do I get JMS headers on my spring integration jms inbound channel ? I have not found much information on the reference.
Thanks and regards.
|
How do I get JMS headers on my spring integration jms inbound channel ? I have not found much information on the reference. Thanks and regards.
| |||
|
feedback
|
|
Take a look at the DefaultJmsHeaderMapper class. It is responsible (by default) for mapping to and from JMS messages into Spring Integration messages. Once you define appropriate rules, JMS message headers will be visible as any other SI message headers (message.getHeaders()). | |||||
feedback
|