You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by jb...@apache.org on 2022/07/11 19:50:29 UTC

[activemq-artemis] branch main updated: ARTEMIS-3558 Add broker-connections to config idx

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 57f48ee146 ARTEMIS-3558 Add broker-connections to config idx
     new 91f1d37266 This closes #4114
57f48ee146 is described below

commit 57f48ee1468cdd54308916fc007340999040e100
Author: Ryan Highley <rh...@redhat.com>
AuthorDate: Thu Jun 16 13:53:24 2022 -0500

    ARTEMIS-3558 Add broker-connections to config idx
    
    Adds links to existing amqp-broker-connections.md doc to
    configuration-index.md covering broker.xml elements.
---
 artemis-website/package.json               |  2 +-
 docs/user-manual/en/configuration-index.md | 13 +++++++++++++
 2 files changed, 14 insertions(+), 1 deletion(-)

diff --git a/artemis-website/package.json b/artemis-website/package.json
index 5a999fbc59..8d097995cc 100644
--- a/artemis-website/package.json
+++ b/artemis-website/package.json
@@ -1,6 +1,6 @@
 {
   "name": "artemis-websiteb",
-  "version": "1.5.0",
+  "version": "1.5.1",
   "description": "ActiveMQ Artemis Web",
   "license": "Apache-2.0",
   "repository": {
diff --git a/docs/user-manual/en/configuration-index.md b/docs/user-manual/en/configuration-index.md
index 519086f28a..5feba200bd 100644
--- a/docs/user-manual/en/configuration-index.md
+++ b/docs/user-manual/en/configuration-index.md
@@ -105,6 +105,7 @@ Name | Description | Default
 [bridges](core-bridges.md) | [a list of core bridges](#bridge-type) | n/a
 [ha-policy](ha.md) | the HA policy of this server | none
 [broadcast-groups](clusters.md#broadcast-groups) | [a list of broadcast-group](#broadcast-group-type) | n/a
+[broker-connections](amqp-broker-connections.md) | [a list of amqp-connection](#amqp-connection-type) | n/a
 [broker-plugins](broker-plugins.md) | [a list of broker-plugins](#broker-plugin-type) | n/a
 [configuration-file-refresh-period](config-reload.md) | The frequency in milliseconds the configuration file is checked for changes | 5000
 [check-for-live-server](ha.md#data-replication)| Used for a live server to verify if there are other nodes with the same ID on the topology | n/a
@@ -426,3 +427,15 @@ Name | Description | Default
 [timeout](message-grouping.md#clustered-grouping) | How long to wait for a decision | 5000
 [group-timeout](message-grouping.md#clustered-grouping) | How long a group binding will be used. | -1 (disabled)
 [reaper-period](message-grouping.md#clustered-grouping) | How often the reaper will be run to check for timed out group bindings. Only valid for `LOCAL` handlers. | 30000
+
+
+## amqp-connection type
+
+Name | Description | Default
+---|---|---
+[uri](amqp-broker-connections.md#amqp-server-connections) | AMQP broker connection URI (required) | n/a
+[name](amqp-broker-connections.md#amqp-server-connections) | A unique name | n/a
+[user](amqp-broker-connections.md#amqp-server-connections) | Broker authentication user (optional) | n/a
+[password](amqp-broker-connections.md#amqp-server-connections) | Broker authentication password (optional) | n/a
+[reconnect-attempts](amqp-broker-connections.md#amqp-server-connections) | How many attempts should be made to reconnect after failure. | -1 (infinite)
+[auto-start](amqp-broker-connections.md#amqp-server-connections) | Broker connection starts automatically with broker | true