You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "ASF GitHub Bot (Jira)" <ji...@apache.org> on 2021/03/15 15:01:00 UTC

[jira] [Work logged] (ARTEMIS-3180) Consumers with wildcards addresses broken

     [ https://issues.apache.org/jira/browse/ARTEMIS-3180?focusedWorklogId=566266&page=com.atlassian.jira.plugin.system.issuetabpanels:worklog-tabpanel#worklog-566266 ]

ASF GitHub Bot logged work on ARTEMIS-3180:
-------------------------------------------

                Author: ASF GitHub Bot
            Created on: 15/Mar/21 15:00
            Start Date: 15/Mar/21 15:00
    Worklog Time Spent: 10m 
      Work Description: gtully opened a new pull request #3492:
URL: https://github.com/apache/activemq-artemis/pull/3492


   


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Issue Time Tracking
-------------------

            Worklog Id:     (was: 566266)
    Remaining Estimate: 0h
            Time Spent: 10m

> Consumers with wildcards addresses broken
> -----------------------------------------
>
>                 Key: ARTEMIS-3180
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-3180
>             Project: ActiveMQ Artemis
>          Issue Type: Bug
>          Components: AMQP, Broker
>    Affects Versions: 2.17.0
>         Environment: Artemis 2.17.0 
> openjdk version "1.8.0_275"
> OpenJDK Runtime Environment (build 1.8.0_275-b01)
> OpenJDK 64-Bit Server VM (build 25.275-b01, mixed mode)
>            Reporter: Sebastian T
>            Assignee: Gary Tully
>            Priority: Blocker
>         Attachments: artemis-3180.zip
>
>          Time Spent: 10m
>  Remaining Estimate: 0h
>
> While upgrading from Artemis 2.16.0 to 2.17.0 several of our test cases started failing.
> We are using AMQP and QPid JMS to communicate to Artemis.
> The issue seems to be related to subscriptions with wildcards.
> Sending a message to an address "topics.aaa.bbb.ccc" with a consumer subscribed to "topics.#.aaa.#" and one with "topics.#.bbb.#" only the consumer subscribed to "topics.#.aaa.#" receives the message.
> I am attaching a test case illustrating the issue.
> Running "mvn test" executes it with Artemis 2.17.0 and will fail. "mvn test -Dartemis.version=2.16.0" executes the test with Artemis 2.16.0 and will succeed.



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