You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by cl...@apache.org on 2020/07/07 12:20:56 UTC

[activemq-artemis] branch master updated: NO-JIRA Add updateDivert in management doc

This is an automated email from the ASF dual-hosted git repository.

clebertsuconic pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/activemq-artemis.git


The following commit(s) were added to refs/heads/master by this push:
     new 427dc4d  NO-JIRA Add updateDivert in management doc
     new 2217b96  This closes #3203
427dc4d is described below

commit 427dc4dcb072dc71c1637d63a8d0f3882d788171
Author: brusdev <br...@gmail.com>
AuthorDate: Thu Jun 25 13:06:52 2020 +0200

    NO-JIRA Add updateDivert in management doc
---
 docs/user-manual/en/management.md | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/docs/user-manual/en/management.md b/docs/user-manual/en/management.md
index 431e567..fc43438 100644
--- a/docs/user-manual/en/management.md
+++ b/docs/user-manual/en/management.md
@@ -115,6 +115,8 @@ The `ActiveMQServerControl` interface is the entry point for broker management.
   operations `createBridge()` and `destroyBridge()` (resp.  `createDivert()` and
   `destroyDivert()`).
 
+  Diverts can be updated using the management operation `updateDivert()`.
+  
 - It is possible to stop the server and force failover to occur with any
   currently attached clients.