Replies: 1 comment 2 replies
-
Hi @s4ndr0ne, Thanks for reporting this. I’ll look into it and check with the broker team to see if this behavior is expected during failover. Best, |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi, when the connection to the master node occurs, sometimes if the connection connects to the slave the consumers remain blocked, the only way to make it resume is to restart the application. Can it happen? Is it possible to trap the ConnectionClosedException or ConsumerClosedException error through an event such as for connection restored? I couldn't figure out if it stops working when those two exceptions occur (ActiveMQ.Artemis.Client.Exceptions.ConsumerClosedException: The Consumer was closed due to an unrecoverable error. AMQ119015: not authorized to create consumer). I think it connects but the server has not yet been restored and it would be useful if recovery was set to ignore the exception
Beta Was this translation helpful? Give feedback.
All reactions