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 2018/08/30 23:22:02 UTC

activemq-artemis git commit: ARTEMIS-2006 Remove setDeadLetterAddress & setExpiryAddress from docs

Repository: activemq-artemis
Updated Branches:
  refs/heads/2.6.x 2029f897c -> 413924791


ARTEMIS-2006 Remove setDeadLetterAddress & setExpiryAddress from docs

(cherry picked from commit 523e86ce9bb909514d4b3d4bc983ada2fd4ef877)


Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/41392479
Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/41392479
Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/41392479

Branch: refs/heads/2.6.x
Commit: 413924791c2312aa737bab956e45f88df9062145
Parents: 2029f89
Author: Justin Bertram <jb...@apache.org>
Authored: Wed Aug 1 10:37:06 2018 -0500
Committer: Clebert Suconic <cl...@apache.org>
Committed: Thu Aug 30 19:21:45 2018 -0400

----------------------------------------------------------------------
 docs/user-manual/en/management.md | 6 ++----
 1 file changed, 2 insertions(+), 4 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/41392479/docs/user-manual/en/management.md
----------------------------------------------------------------------
diff --git a/docs/user-manual/en/management.md b/docs/user-manual/en/management.md
index ca523b7..071af6d 100644
--- a/docs/user-manual/en/management.md
+++ b/docs/user-manual/en/management.md
@@ -153,14 +153,12 @@ a given property.)
 
   Messages can be expired from a queue by using the `expireMessages()` method.
   If an expiry address is defined, messages will be sent to it, otherwise they
-  are discarded. The queue's expiry address can be set with the
-  `setExpiryAddress()` method.
+  are discarded.
 
   Messages can also be sent to a dead letter address with the
   `sendMessagesToDeadLetterAddress()` method. It returns the number of messages
   which are sent to the dead letter address. If a dead letter address is not
-  defined, message are removed from the queue and discarded. The queue's dead
-  letter address can be set with the `setDeadLetterAddress()` method.
+  defined, message are removed from the queue and discarded.
 
   Messages can also be moved from a queue to another queue by using the
   `moveMessages()` method.