From ff43b4d048ce8fee2193a62dacb52540aab82bcf Mon Sep 17 00:00:00 2001 From: PeterDuh Date: Mon, 7 Oct 2019 08:10:42 +0200 Subject: [PATCH] Update index.asciidoc Removed port as separate config parameter and added the port documentation at the host parameter documentation. I am using 6.0.3 and specifying port as separate port parameter was not working at all and it took some time to figure out that just the documentation is wrong and the port has to be specified inside the host parameter. --- docs/index.asciidoc | 16 ++++++---------- 1 file changed, 6 insertions(+), 10 deletions(-) diff --git a/docs/index.asciidoc b/docs/index.asciidoc index 9f51c49..569148d 100644 --- a/docs/index.asciidoc +++ b/docs/index.asciidoc @@ -97,7 +97,6 @@ This plugin supports the following configuration options plus the <> |<>|No | <> |<>|No | <> |<>|No -| <> |<>|No | <> |<>|No | <> |<>|No | <> |<>|No @@ -224,6 +223,7 @@ Heartbeat delay in seconds. If unspecified no heartbeats will be sent * This is a required setting. * Value type is <> * There is no default value for this setting. + * Optional: Add port number at the end. Default port is `5672` Common functionality for the rabbitmq input/output RabbitMQ server address(es) @@ -232,6 +232,10 @@ i.e. host => "localhost" or host => ["host01", "host02] + +Connecting to a specific port, add the port followed by a colon. + +i.e. host => "localhost:33445" if multiple hosts are provided on the initial connection and any subsequent recovery attempts of the hosts is chosen at random and connected to. @@ -277,14 +281,6 @@ a queue that already exists, the queue options for this plugin RabbitMQ password -[id="plugins-{type}s-{plugin}-port"] -===== `port` - - * Value type is <> - * Default value is `5672` - -RabbitMQ port to connect on - [id="plugins-{type}s-{plugin}-prefetch_count"] ===== `prefetch_count` @@ -395,4 +391,4 @@ slash. [id="plugins-{type}s-{plugin}-common-options"] include::{include_path}/{type}.asciidoc[] -:default_codec!: \ No newline at end of file +:default_codec!: