TLS options
These are passed through directly to amqplib (http://www.squaremobius.net/amqp.node/channel_api.html#connect), which in turn passes them through to tls.connect (https://nodejs.org/api/tls.html#tls_tls_connect_options_callback)
is a function which returns one or more servers to connect to. This should return either a single URL or an array of URLs. This is handy when you're using a service discovery mechanism such as Consul or etcd. Instead of taking a callback, this can also return a Promise. Note that if this is supplied, then urls is ignored.
Interval to send heartbeats to broker. Defaults to 5 seconds.
The time to wait before trying to reconnect. If not specified, defaults to heartbeatIntervalInSeconds
Generated using TypeDoc
connect() options