createRobustAMQPConnection
Connect to broker, with automatic connection recovery.
Return
AMQPConnection instance.
Parameters
CoroutineScope on which to connect.
Configuration data.
Connect to broker, with automatic connection recovery.
Return
AMQPConnection instance.
Parameters
CoroutineScope on which to connect.
The configuration block to apply to the AMQPConfigBuilder.
Connect to broker using a URL, with automatic connection recovery.
Return
AMQPConnection instance.
Parameters
CoroutineScope on which to connect.
The URL to create the configuration from.
Optional TLS configuration.
Server name for TLS connection.
Optional connection timeout.
Optional connection name.
Connect to broker using a URL string, with automatic connection recovery.
Return
AMQPConnection instance.
Parameters
CoroutineScope on which to connect.
The URL string to create the configuration from.
Optional TLS configuration.
Server name for TLS connection.
Optional connection timeout.
Optional connection name.