Okay, I just wanted to confirm. I was curious whether there was another approach such as dynamically changing the selector on the MQQueueReceiver. However, I've read that approach doesn't work. I wond ...
I mean to say that I'm losing 20ms on the creation of the MQQueueReceiver. If there was a way for me to create that once and re-use, I could save myself 20ms.
I need to select messages that match a specific correlation id and it would appear the only way to do that is to create a new MQQueueReceiver and specify the new JMS selector string. Is this true or i ...