I´m creating a JMS sender communication channel for connecting with MQ series. There are only one queue and must be used a message selector. The criteria for message selection is JMSType property.
How it must be configured ?
like DCJMSType='XXXX' ? or
like JMSType='XXXX' ?
can JMSType be used like message selector criteria ?
Regards.