Gary,
That + [ selector="someId = '75D938E89AF18C30'" ] did it.
Thank you.
Type: Posts; User: spinter; Keyword(s):
Gary,
That + [ selector="someId = '75D938E89AF18C30'" ] did it.
Thank you.
Gary,
Sure: https://jira.springsource.org/browse/INT-2448
Is there a way to test it with SI, e.g. create a JMS message with such custom property(ies) and publish it to xyzQueue, where...
Gary, Mark,
Right, I thought you meant an SI MessageSelector at first, since it is not immediately obvious where a "selector" attribute of "jms:message-driven-channel-adapter" points to. I did a...
Mark,
Thanks for the idea. Doing that is not horrible, but it also means if a source has a million messages in a queue, every subscriber would receive a million messages, and then will filter...
Environment: Websphere MQ 7.1 / Spring Integration 2.1.1-BUILD-SNAPSHOT
Is there a way to configure a "jms:message-driven-channel-adapter" to enable content-based filtering with publish/subscribe?...
Need to be able to publish messages to a JMS queue in batches ( e.g. so they can be read in a single JMS message by the consumer ):
message 1 -->
message 2 --> [Agregator?]...