Does jmsSelector method on the queue-receive advanced action check the body of a message and not just the headers?
JmsSelector method only check headers. More information can be found on Oracle documentation: https://docs.oracle.com/cd/E19798-01/821-1841/bncer/index....
Hi, I understand (Alexis N) that it only checks the headers. Is there an alternative to check the body of the message?
In the JMS standard we can't check the body but only the header. That requires a specific update of the JMS advanced Action.
Nouredine answered
Dukhbhanjan answered
Alexis answered
Dukhbhanjan posted a new question