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

Clebert Suconic commented on ARTEMIS-3002:
------------------------------------------

[~@GraceBish]I think this one is a bit complex for a newbie:

there's a filter I created: 
https://issues.apache.org/jira/issues/?filter=12350956

We can look for more JIRAs to add in there.

> Client failover broken by "QUEUE_DOES_NOT_EXIST" server error
> -------------------------------------------------------------
>
>                 Key: ARTEMIS-3002
>                 URL: https://issues.apache.org/jira/browse/ARTEMIS-3002
>             Project: ActiveMQ Artemis
>          Issue Type: Bug
>          Components: Broker
>    Affects Versions: 2.13.0, 2.16.0
>            Reporter: Apache Dev
>            Priority: Critical
>
> Two brokers using HA with shared storage.
> When active broker is killed, backup broker becomes live and clients try to 
> connect to it.
> Randomly, this can happen:
> * client reconnects successfully
> * broker logs the following exception:
> AMQ224016: Caught exception: 
> ActiveMQNonExistentQueueException[errorType=QUEUE_DOES_NOT_EXIST 
> message=AMQ229017: Queue XXX does not exist]
>       at 
> org.apache.activemq.artemis.core.server.impl.ServerSessionImpl.createConsumer()
> * client is no more consuming messages
> Really similar to the following issues:
> * https://issues.redhat.com/browse/WFLY-12859
> * https://issues.apache.org/jira/browse/ARTEMIS-1217
> It seems that client, right after reconnection, tries to recreate consumers, 
> but queue bindings have not yet been created on new live server.
> As a workaround it seems to be working to define all queues statically in 
> broker configuration.
> However this is not possible for temporary queues, which also seem to be 
> affected.



--
This message was sent by Atlassian Jira
(v8.3.4#803005)

Reply via email to