-
Bug
-
Resolution: Done
-
Major
-
None
-
AMQ 7.0.1.GA
-
None
-
Release Notes
-
-
Previously, when a divert was used to route messages from a topic to a queue, no messages were consumed after a consumer attached to the target queue using a selector expression. This issue is fixed in version 7.1.
-
Documented as Resolved Issue
-
When a <divert> is used to route messages from a topic to a queue, and when a consumer attaches to the target queue using a selector expression, then no messages are consumed, even though the message headers match the selector.
In some (but not all) circumstances, an error message is seen in the broker log:
~~~
08:57:44,807 ERROR [org.apache.activemq.artemis.core.server] AMQ224006: Invalid filter: filename='XXX'
~~~
- is related to
-
ENTMQBR-863 Diverts are not working with AMQP protocol
- Closed