I am consuming a message from wmq using spring integration but i am not able to get JMS Destination in message header. I would want to know the queue name from where the message
In Spring Integration, the JMSDestination is mapped to a header named jms_destination (JmsHeaders.DESTINATION).
JMSDestination
jms_destination
JmsHeaders.DESTINATION
See Mapping Message Headers to/from JMS Message .
The default mapper is the DefaultJmsHeaderMapper.
DefaultJmsHeaderMapper