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 2019/06/25 18:06:33 UTC

[GitHub] [activemq-artemis] jbertram commented on issue #2731: [ARTEMIS-2401]: Implement the Pause method for a Topic

jbertram commented on issue #2731: [ARTEMIS-2401]: Implement the Pause method for a Topic
URL: https://github.com/apache/activemq-artemis/pull/2731#issuecomment-505557860
 
 
   Since pausing an address is essentially just pausing all of the bound queues (i.e. not the actual consumers) I think the method names should reflect that. Therefore, I recommend using `pause()`, `resume()`, & `isPaused()`. The `AddressControl` should also expose `paused` so users can determine whether or not an address is paused administratively.

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


With regards,
Apache Git Services