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

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

                Author: ASF GitHub Bot
            Created on: 12/Aug/22 03:34
            Start Date: 12/Aug/22 03:34
    Worklog Time Spent: 10m 
      Work Description: jbertram commented on PR #4167:
URL: 
https://github.com/apache/activemq-artemis/pull/4167#issuecomment-1212696713

   Messages will routed round-robin to the anycast queues on an address.




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

    Worklog Id:     (was: 800160)
    Time Spent: 0.5h  (was: 20m)

> Support FQQN + anycast + redistribution
> ---------------------------------------
>
>                 Key: ARTEMIS-3918
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-3918
>             Project: ActiveMQ Artemis
>          Issue Type: Bug
>            Reporter: Justin Bertram
>            Assignee: Justin Bertram
>            Priority: Major
>          Time Spent: 0.5h
>  Remaining Estimate: 0h
>
> When sending to and consuming from an FQQN on separate cluster nodes messages 
> are not redistributed. This is fairly easy to reproduce.
> # Create a symmetric cluster of 2 nodes.
> # Start a producer connected to node 1 and send a bunch of messages
>     {noformat}
> $ ./artemis producer --message-count 20 --destination 'myAddress::myQueue' 
> --url tcp://node1:61616{noformat}
> # Start a consumer connected to node 2
>     {noformat}
> $ ./artemis consumer --message-count 20 --destination 'myAddress::myQueue' 
> --url tcp://node2:61616{noformat}
> No message is consumed.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to