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 2020/06/05 02:01:01 UTC

[GitHub] [activemq-artemis] michaelpearce-gain edited a comment on pull request #3169: ARTEMIS-2787 - Add ability to disable and enable a queue

michaelpearce-gain edited a comment on pull request #3169:
URL: https://github.com/apache/activemq-artemis/pull/3169#issuecomment-639212336


   @clebertsuconic re
   `I am trying to understand what disabling a queue would mean. There's already pause on a queue.`
   
   
   pause stops dispatch to consumers, but it means messages still route and enter the queue, causing it to fill up.
   
   
   again there is also,  purge on no consumer BUT it only works when no consumers, in this case we need to stop messages entering the queue, even if consumers are attached. 


----------------------------------------------------------------
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