Optional confirmOptional exchangeDefine any exchange-exchange bindings to be declared before the first publish and whenever the connection is reset. Same as Channel#exchangeBind()
Optional exchangesDefine any exchanges to be declared before the first publish and whenever the connection is reset. Same as Channel#exchangeDeclare()
Optional maxMaximum publish attempts. Retries are disabled by default. Increase this number to retry when a publish fails. The Connection options acquireTimeout, retryLow, and retryHigh will affect time between retries. Each failed attempt will also emit a "retry" event.
1
Optional onsee on('basic.return')
Optional queueDefine any queue-exchange bindings to be declared before the first publish and whenever the connection is reset. Same as Channel#queueBind()
Optional queuesDefine any queues to be declared before the first publish and whenever the connection is reset. Same as Channel#queueDeclare()
Generated using TypeDoc
Enable publish-confirm mode. See confirmSelect