You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "Christopher L. Shannon (Jira)" <ji...@apache.org> on 2019/10/25 17:56:00 UTC

[jira] [Created] (ARTEMIS-2531) FederatedQueue has invalid filter string leading to an infinite consumer loop

Christopher L. Shannon created ARTEMIS-2531:
-----------------------------------------------

             Summary: FederatedQueue has invalid filter string leading to an infinite consumer loop
                 Key: ARTEMIS-2531
                 URL: https://issues.apache.org/jira/browse/ARTEMIS-2531
             Project: ActiveMQ Artemis
          Issue Type: Bug
          Components: Broker
    Affects Versions: 2.10.1
            Reporter: Christopher L. Shannon
            Assignee: Christopher L. Shannon
             Fix For: 2.11.0


FederatedQueue by default is supposed to set a metadataFilter to will exclude reacting to federated consumers so a loop isn't created.  Unfortunately the filter does not work because there is a hyphen in the name so it gets ignored.  The property needs to be prefixed with "hyphenated_props:" for the filter to work.  Currently an infinite loop and consumers will be rapidly created until crashing the broker unless the filter is fixed (if using by directional federated queues)



--
This message was sent by Atlassian Jira
(v8.3.4#803005)