Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 6 additions & 10 deletions docs/index.asciidoc
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ This plugin supports the following configuration options plus the <<plugins-{typ
| <<plugins-{type}s-{plugin}-metadata_enabled>> |<<boolean,boolean>>|No
| <<plugins-{type}s-{plugin}-passive>> |<<boolean,boolean>>|No
| <<plugins-{type}s-{plugin}-password>> |<<password,password>>|No
| <<plugins-{type}s-{plugin}-port>> |<<number,number>>|No
| <<plugins-{type}s-{plugin}-prefetch_count>> |<<number,number>>|No
| <<plugins-{type}s-{plugin}-queue>> |<<string,string>>|No
| <<plugins-{type}s-{plugin}-ssl>> |<<boolean,boolean>>|No
Expand Down Expand Up @@ -224,6 +223,7 @@ Heartbeat delay in seconds. If unspecified no heartbeats will be sent
* This is a required setting.
* Value type is <<string,string>>
* 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)
Expand All @@ -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.
Expand Down Expand Up @@ -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 <<number,number>>
* Default value is `5672`

RabbitMQ port to connect on

[id="plugins-{type}s-{plugin}-prefetch_count"]
===== `prefetch_count`

Expand Down Expand Up @@ -395,4 +391,4 @@ slash.
[id="plugins-{type}s-{plugin}-common-options"]
include::{include_path}/{type}.asciidoc[]

:default_codec!:
:default_codec!: