Set multiple addresses for cluster mode.
Set the TCP connection timeout, in milliseconds, zero
for infinite).
Provides a RabbitMQ credentials provider for using dynamic credentials.
Provides a RabbitMQ credentials refresh service for refreshing dynamic credentials.
Set the AMQP 0-9-1 protocol handshake timeout, in milliseconds
Set the default host to use for connections.
Set wether to include properties when a broker message is passed on the event bus
Provides a metrics collector for RabbitMQ.
Set how long in milliseconds will automatic recovery wait before attempting to reconnect, default is 5000
Set the password to use when connecting to the broker.
Set the default port to use for connections.
Set the initially requested maximum channel number, zero
for unlimited.
Set the initially requested heartbeat interval, in seconds, zero
for none.
Set the SASL mechanism for rabbitmq authentication
Set the AMQP user name to use when connecting to the broker.
Set the virtual host to use when connecting to the broker.
Enables or disables automatic connection recovery.
Enable or disable automatic recovery on initial connections.
If automatic recovery is enabled it will, by default, make multiple attempts to connect on startup. This can cause problems with the configuration is wrong, and it is this bad configuration that is preventing connection. To work around this automaticRecoveryOnInitialConnection can be set to false (it default to true). When automaticRecoveryOnInitialConnection is false (and automaticRecoveryEnabled is true) reconnection attempts will not be made until after the first connection has been successful.
Set multiple addresses for cluster mode.
Enables or disables automatic connection recovery.
Enable or disable automatic recovery on initial connections.
If automatic recovery is enabled it will, by default, make multiple attempts to connect on startup. This can cause problems with the configuration is wrong, and it is this bad configuration that is preventing connection. To work around this automaticRecoveryOnInitialConnection can be set to false (it default to true). When automaticRecoveryOnInitialConnection is false (and automaticRecoveryEnabled is true) reconnection attempts will not be made until after the first connection has been successful.
Set the TCP connection timeout, in milliseconds, zero
for infinite).
Provides a RabbitMQ credentials provider for using dynamic credentials.
Provides a RabbitMQ credentials refresh service for refreshing dynamic credentials.
Set the AMQP 0-9-1 protocol handshake timeout, in milliseconds
Set the default host to use for connections.
Set wether to include properties when a broker message is passed on the event bus
Provides a metrics collector for RabbitMQ.
Set how long in milliseconds will automatic recovery wait before attempting to reconnect, default is 5000
Set the password to use when connecting to the broker.
Set the default port to use for connections.
Set the initially requested maximum channel number, zero
for unlimited.
Set the initially requested heartbeat interval, in seconds, zero
for none.
Set the SASL mechanism for rabbitmq authentication
Enables or disables usage of NIO Sockets.
Set the AMQP user name to use when connecting to the broker.
Set the virtual host to use when connecting to the broker.
Generated using TypeDoc
RabbitMQ client options, most