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 2021/02/08 18:59:00 UTC

[jira] [Commented] (ARTEMIS-2962) Queue not created when artemis broker is started after the producer is started

    [ https://issues.apache.org/jira/browse/ARTEMIS-2962?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17281307#comment-17281307 ] 

Justin Bertram commented on ARTEMIS-2962:
-----------------------------------------

Can you provide a way to reproduce what you're seeing? A full reproducer would be ideal, but if you can't supply that then supply the broker config and client code. Thanks!

> 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
>            Priority: Major
>
> 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)