Default: undefined
Will inject the routingKey into the payload received
Default: false
If set to true, only one subscriber is allowed at a time
Default: 1
Will only send you N messages before you 'ack'.
Setting to zero will widen that window to 'unlimited'. If this is set, queue.shift() should not be used
Default: undefined
Will inject the routingKey into the payload received
Generated using TypeDoc
Default: false
Make it so that the AMQP server only delivers single messages at a time. When you want the next message, call queue.shift()
When false, you will receive messages as fast as they are emitted