You are viewing a plain text version of this content. The canonical link for it is here.
Posted to gitbox@activemq.apache.org by GitBox <gi...@apache.org> on 2021/02/03 15:27:18 UTC

[GitHub] [activemq-artemis] jbertram commented on pull request #3428: ARTEMIS-3075 Skip temporary queues scale down

jbertram commented on pull request #3428:
URL: https://github.com/apache/activemq-artemis/pull/3428#issuecomment-772593216


   One of the benefits of scale-down as opposed to normal fail-over is that non-persistent messages are preserved. In normal fail-over only persistent messages are preserved. 
   
   It is, of course, normal for temporary queues to disappear when a client disconnects, but it also might be nice for scale-down to preserve these temporary queues so clients can reconnect and continue their work since the client itself was not responsible for the disconnect. For normal clients using temporary queues who get disconnect because some kind of spurious network issue they are able to reconnect back to their temporary queue unless the connection ttl has elapsed and the broker has cleaned up the queue. This is discussed in [the documentation](http://activemq.apache.org/components/artemis/documentation/latest/client-reconnection.html).


----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

For queries about this service, please contact Infrastructure at:
users@infra.apache.org