ehsavoie commented on a change in pull request #2731: [ARTEMIS-2401]: Implement
the Pause method for a Topic
URL: https://github.com/apache/activemq-artemis/pull/2731#discussion_r298486912
##########
File path:
artemis-core-client/src/main/java/org/apache/activemq/artemis/api/core/management/AddressControl.java
##########
@@ -135,4 +135,34 @@ String sendMessage(@Parameter(name = "headers", desc =
"The headers to add to th
@Parameter(name = "durable", desc = "Whether the message
is durable") boolean durable,
@Parameter(name = "user", desc = "The user to
authenticate with") String user,
@Parameter(name = "password", desc = "The users password
to authenticate with") String password) throws Exception;
+
+ /**
+ * Pauses all the consumers of this address.Messages are no longer
delivered to all its queues consumers.
Review comment:
sorry
----------------------------------------------------------------
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:
[email protected]
With regards,
Apache Git Services