Re: [ARTEMIS] Message not being consumed from queue which came from topic using divert and selector expression

2018-01-12 Thread Archibald
Thanks Justin, with the fix in ARTEMIS-1508 the issue is also gone for in my case. Br, Archibald -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html

Re: [ARTEMIS] Message not being consumed from queue which came from topic using divert and selector expression

2018-01-12 Thread Justin Bertram
Based on your description I'd say it's the same issue. A fix was committed to the code-base on November 27 so it's not in any release yet (2.4.0 was released on November 7). You can try building from master and testing if you like otherwise I guess you'll need to wait until 2.5.0 is released. J

Re: [ARTEMIS] Message not being consumed from queue which came from topic using divert and selector expression

2018-01-11 Thread Archibald
The issue occurs only, if the original message is being sent via AMQP (the receiver itself is a JMS-Consumer). If I use a JMS Producer everything works as expected. Br, Archibald -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html

[ARTEMIS] Message not being consumed from queue which came from topic using divert and selector expression

2018-01-11 Thread Archibald
Hi all, I stumbled on an issue which looks similar to ARTEMIS-1508 using version 2.4.0. The setup is the very same: A is used to route messages from a topic to a queue, and a consumer is attached to the target queue using a selector express