JMS MessageSelector
I'm trying to use the MessageSelector field of the JMS Source/Event to filter the message picked up. The JMS Message includes a field TEST_EXTERNAL_APP. I've tried the following value, but it is not working
TEST_EXTERNAL_APP = 'ADEPTIA'
0
-
Per the oracle documentation, JMS Message Selector "cannot select messages on the basis of the content of the message body." It looks like "TEST_EXTERNAL_APP" is a field within the message body, so it wouldn't be applicable in this use case.
0
Post is closed for comments.
Comments
1 comment