Optional
args?: Record<string, any>Optional
exclusive?: booleanif this can be the only consumer of the queue, will return an Error if there are other consumers to the queue already
Optional
noAck?: booleanif messages are removed from the server upon delivery, or have to be acknowledged
Optional
tag?: stringtag of the consumer, will be server generated if left empty
custom arguments