-
Bug
-
Resolution: Done
-
Minor
-
None
-
AMQ 7.8.0.GA
-
None
Consuming from a federated queue with an AMQP client causes a NullPointerException in the queue federation filter handling. This exception is reported as
ERROR [org.apache.activemq.artemis.core.server] AMQ224006: Invalid filter: hyphenated_props:federation-name IS NOT NULL
Turning on artemis.core.server DEBUG logging, shows the true exception.
This may invalidate the "federation-name IS NOT NULL" filter preventing infinite federated message forwarding in the default `include-federated="false"` queue federation configuration.
A similar Jira was opened upstream for OpenWire, but this appears to affect AMQP as well.
https://issues.apache.org/jira/browse/ARTEMIS-2802
- is cloned by
-
ENTMQBR-5176 Queue federation filter failures with AMQP client
- Closed