Thumula Perera created ARTEMIS-2962:
---------------------------------------
Summary: Queue not created when artemis broker is started after
the producer is started
Key: ARTEMIS-2962
URL: https://issues.apache.org/jira/browse/ARTEMIS-2962
Project: ActiveMQ Artemis
Issue Type: Bug
Components: Broker
Reporter: Thumula Perera
The issue seems to occur when both the following conditions are satisfied at
once.
* artemis broker instance is started after the producer is started
* the corresponding queue is not created yet (either because this is the first
time the broker is run or because all the messages in the queue has been
consumed)
In such a case, when the producer tries to send the messages to the queue, the
jms returns a successful response but the messages are dropped and the queue is
not created.
Note : A workaround seems to be explicitly defining the queue in broker.xml
under addresses.
--
This message was sent by Atlassian Jira
(v8.3.4#803005)