ARTEMIS-2006 Remove setDeadLetterAddress & setExpiryAddress from docs

This commit is contained in:
Justin Bertram 2018-08-01 10:37:06 -05:00 committed by Clebert Suconic
parent ca70614649
commit 523e86ce9b
1 changed files with 2 additions and 4 deletions

View File

@ -153,14 +153,12 @@ a given property.)
Messages can be expired from a queue by using the `expireMessages()` method. 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 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 are discarded.
`setExpiryAddress()` method.
Messages can also be sent to a dead letter address with the Messages can also be sent to a dead letter address with the
`sendMessagesToDeadLetterAddress()` method. It returns the number of messages `sendMessagesToDeadLetterAddress()` method. It returns the number of messages
which are sent to the dead letter address. If a dead letter address is not 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 defined, message are removed from the queue and discarded.
letter address can be set with the `setDeadLetterAddress()` method.
Messages can also be moved from a queue to another queue by using the Messages can also be moved from a queue to another queue by using the
`moveMessages()` method. `moveMessages()` method.