Do not input private or sensitive data. View Qlik Privacy & Cookie Policy.
Skip to main content

Announcements
See why IDC MarketScape names Qlik a 2025 Leader! Read more
cancel
Showing results for 
Search instead for 
Did you mean: 
_AnonymousUser
Specialist III
Specialist III

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?
Labels (2)
3 Replies
Anonymous
Not applicable

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 .  
_AnonymousUser
Specialist III
Specialist III
Author

so it should be in "${in.header}"? how abut JMS Properties?

Thanks
_AnonymousUser
Specialist III
Specialist III
Author

Thank you eost!

As you said, it is actually the JMS Properties get converted to Camel headers, the standard JMS headers such as ReplyTo are NOT translated.