Rabbitmq
Last updated
Last updated
Rabbitmq sink connector
Used to write data to Rabbitmq.
host
string
yes
-
port
int
yes
-
virtual_host
string
yes
-
username
string
yes
-
password
string
yes
-
queue_name
string
yes
-
url
string
no
-
network_recovery_interval
int
no
-
topology_recovery_enabled
boolean
no
-
automatic_recovery_enabled
boolean
no
-
use_correlation_id
boolean
no
false
connection_timeout
int
no
-
rabbitmq.config
map
no
-
common-options
no
-
the default host to use for connections
the default port to use for connections
virtual host – the virtual host to use when connecting to the broker
the AMQP user name to use when connecting to the broker
the password to use when connecting to the broker
convenience method for setting the fields in an AMQP URI: host, port, username, password and virtual host
the queue to write the message to
the schema fields of upstream data.
how long will automatic recovery wait before attempting to reconnect, in ms
if true, enables topology recovery
if true, enables connection recovery
whether the messages received are supplied with a unique id to deduplicate messages (in case of failed acknowledgments).
connection TCP establishment timeout in milliseconds; zero for infinite
Sink plugin common parameters, please refer to Sink Common Options for details
simple:
fields [Config]
In addition to the above parameters that must be specified by the RabbitMQ client, the user can also specify multiple non-mandatory parameters for the client, covering .