how to retrieve JMSHeader values in cJMS component
Using tMomInput element, through its Advanced settings, I am able to retrieve JMSHeader data such as "ReplyTo" from the incoming message, how do I do the same using cJMS component?
JMS "headers" (strictly speaking JMS message properties) are translated into Camel headers by default. See the camel-jms component http://camel.apache.org/jms.html .