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

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


The following commit(s) were added to refs/heads/main by this push:
     new dbde8c57d8 NO-JIRA clarify default for send-to-dla-on-no-route
dbde8c57d8 is described below

commit dbde8c57d8c7a564382691ae66d55cca2e6e82a4
Author: Justin Bertram <[email protected]>
AuthorDate: Tue May 3 11:15:28 2022 -0500

    NO-JIRA clarify default for send-to-dla-on-no-route
---
 docs/user-manual/en/address-settings.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/docs/user-manual/en/address-settings.md 
b/docs/user-manual/en/address-settings.md
index 8cece9e6fd..e3d02a8c13 100644
--- a/docs/user-manual/en/address-settings.md
+++ b/docs/user-manual/en/address-settings.md
@@ -35,7 +35,7 @@ that would be found in the `broker.xml` file.
       <default-consumers-before-dispatch>0</default-consumers-before-dispatch>
       <default-delay-before-dispatch>-1</default-delay-before-dispatch>
       <redistribution-delay>0</redistribution-delay>
-      <send-to-dla-on-no-route>true</send-to-dla-on-no-route>
+      <send-to-dla-on-no-route>false</send-to-dla-on-no-route>
       <slow-consumer-threshold>-1</slow-consumer-threshold>
       
<slow-consumer-threshold-measurement-unit>MESSAGES_PER_SECOND</slow-consumer-threshold-measurement-unit>
       <slow-consumer-policy>NOTIFY</slow-consumer-policy>
@@ -192,7 +192,7 @@ does not route it to any queues (e.g. there might be no 
queues bound to that
 address, or none of the queues have filters that match) then normally that
 message would be discarded. However, if this parameter is `true` then such a
 message will instead be sent to the `dead-letter-address` (DLA) for that
-address, if it exists.
+address, if it exists. Default is `false`.
 
 `slow-consumer-threshold`. The minimum rate of message consumption allowed
 before a consumer is considered "slow." Measured in units specified by the

Reply via email to