OptionalbackoffMultiplier for exponential backoff (default: 2)
OptionalloggerLogger instance. Pass null to disable logging explicitly.
OptionalmaxMaximum delay in milliseconds between reconnection attempts (default: 30000)
OptionalmaxMaximum number of reconnection attempts — 0 means infinite (default: 0)
OptionalreconnectInitial delay in milliseconds before reconnecting (default: 1000)
OptionaltlsTLS options — only used when connecting via amqp/amqps
OptionalvhostAMQP virtual host. For WebSocket URLs the URL path is the relay endpoint,
not the vhost — use this option to specify the vhost explicitly.
Defaults to "/" for WebSocket connections and to the URL path for TCP connections.
Options for AMQPSession.connect.