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 2019/08/27 15:34:03 UTC

[activemq-artemis] branch master updated: ARTEMIS-2423 doc auto-create/delete for core API

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 b790639  ARTEMIS-2423 doc auto-create/delete for core API
     new 321a0c2  This closes #2812
b790639 is described below

commit b7906399f5baae16b6505ca093a5ac9ead5467de
Author: Justin Bertram <jb...@apache.org>
AuthorDate: Mon Aug 26 15:06:34 2019 -0500

    ARTEMIS-2423 doc auto-create/delete for core API
---
 docs/user-manual/en/address-model.md | 8 ++++++--
 1 file changed, 6 insertions(+), 2 deletions(-)

diff --git a/docs/user-manual/en/address-model.md b/docs/user-manual/en/address-model.md
index 0cbe809..6b2b27e 100644
--- a/docs/user-manual/en/address-model.md
+++ b/docs/user-manual/en/address-model.md
@@ -766,7 +766,9 @@ once the last subscription on the topic has been closed. Default is `true`.
 `auto-create-queues`. Whether or not the broker should automatically create a
 queue when a message is sent or a consumer tries to connect to a queue whose
 name fits the address `match`. Queues which are auto-created are durable,
-non-temporary, and non-transient. Default is `true`.
+non-temporary, and non-transient. Default is `true`. **Note:** automatic queue
+creation does *not* work for the core client. The core API is a low-level API
+and is not meant to have such automation.
 
 `auto-delete-queues`. Whether or not the broker should automatically delete
 auto-created queues when they have both 0 consumers and the message count is 
@@ -805,7 +807,9 @@ reload, by delete policy: `OFF` or `FORCE`.  Default is `OFF`. Read more about
 `auto-create-addresses`. Whether or not the broker should automatically create
 an address when a message is sent to or a consumer tries to consume from a
 queue which is mapped to an address whose name fits the address `match`.
-Default is `true`.
+Default is `true`. **Note:** automatic address creation does *not* work for the
+core client. The core API is a low-level API and is not meant to have such
+automation.
 
 `auto-delete-addresses`. Whether or not the broker should automatically delete
 auto-created addresses once the address no longer has any queues. Default is