Is there a way to change the message sensor or do I need to close the current message user and create another one with a new selector line?
session.createConsumer(destination, "type = 'mytype'");
Scenario: I want to receive a message of a certain type from a queue. After that, I want to get a different type of message from the queue.
source share