I've seen examples using consumer selectors, but all of them
are simple queries like VAR = VALUE or VAR > VALUE.
Issue is that im working on a application that requires some extra logic in there. The producer header contains an array, an array of users, now i want that consumer selector query to be something like VALUE is in ARRAY, for example username is in the message.header.receivers.Is that possible with the publisher / consumer components when using JMS ?
Thanks in advance,
Adrian
Issue is that im working on a application that requires some extra logic in there. The producer header contains an array, an array of users, now i want that consumer selector query to be something like VALUE is in ARRAY, for example username is in the message.header.receivers.Is that possible with the publisher / consumer components when using JMS ?
Thanks in advance,
Adrian