You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "Johan Stenberg (JIRA)" <ji...@apache.org> on 2018/01/08 20:15:00 UTC

[jira] [Closed] (ARTEMIS-1588) Clustering not working with auto-created queues

     [ https://issues.apache.org/jira/browse/ARTEMIS-1588?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Johan Stenberg closed ARTEMIS-1588.
-----------------------------------
    Resolution: Not A Bug

> Clustering not working with auto-created queues
> -----------------------------------------------
>
>                 Key: ARTEMIS-1588
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-1588
>             Project: ActiveMQ Artemis
>          Issue Type: Bug
>          Components: Broker
>    Affects Versions: 2.4.0
>            Reporter: Johan Stenberg
>         Attachments: Artemis1588Test.java, pom.xml
>
>
> When a client sends a message to an auto-created queue on one broker instance, the message is not forwarded to other broker instances of the same cluster, thus clients subscribed to the other members will not receive the message. Instead a "java.lang.IllegalStateException: Cannot find binding for queues.myQueueeaac327b-f3a0-11e7-8158-54524514640f" is logged.
> I am attaching a test class with two tests where two broker instances are started in a cluster. Each instance has one client connected. When the test queue is pre-created, the published message is forwarded to the other instance as expected. However, when the test queue is auto-created the client connected to the second broker does not receive the message.



--
This message was sent by Atlassian JIRA
(v6.4.14#64029)