You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@activemq.apache.org by "Justin Bertram (JIRA)" <ji...@apache.org> on 2018/04/19 19:42:00 UTC

[jira] [Created] (ARTEMIS-1818) Reconnecting core JMS client won't re-create auto-created queue

Justin Bertram created ARTEMIS-1818:
---------------------------------------

             Summary: Reconnecting core JMS client won't re-create auto-created queue
                 Key: ARTEMIS-1818
                 URL: https://issues.apache.org/jira/browse/ARTEMIS-1818
             Project: ActiveMQ Artemis
          Issue Type: Bug
    Affects Versions: 2.5.0
            Reporter: Justin Bertram
            Assignee: Justin Bertram


Scenario:
* Start broker
* core JMS client sends message to queue
* broker auto-creates queue & receives message
* core JMS client creates consumer on queue and consumes the message; consumer's connection uses reconnectAttempts=-1
* stop broker
* during shutdown the consumer is disconnected and since the message-count is already 0 that means the broker will auto-delete the consumer's queue
* start broker
* consumer automatically reconnects
* broker throws an error that the consumer's queue doesn't exist
* consumer is broken and will not receive any messages



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)