How to write parameterized message selector for IBM MQ adapter recieve operation template?

This thread was migrated from an old forum. It may contain information that are no longer valid. For further assistance, please post a new question or open a support ticket from the Customer Support portal.

Currently in the receive operation request template i am using

JMSMessageID='ID:414D512042424541494C583031442020DB64C45B0EB25E21'

if i tried some thing like the following it doesn't work

JMSMessageID='$param' or JMSMessageID=$param

i need to use defined parameters rather than hard code the value,

Solution is JMSMessageID='ID:$JMSMessageID'