I'm using IBM MQ connector to publish JMS message to a queue in a flow and listening to receive JMS message in another flow, when a JMS message is publised with a JMSType as "Sports" and the listener is configured to filter messages using the selector with a value "JMSType='Sports'", then the listener is not able to receive any message. At the same time when the selector is set to empty then the listener receives the message.
Did anyone worked on IBM MQ, please explain the behavior of JMSType and selector ?
Environment:
Anypoint Studio = 7.4.1
Mule Server = 4.2.2 EE
IBM Connector = 1.5.3
IBM client jar = com.ibm.mq.allclient-9.1.1.0.jar
3 Antworten