A Queue object provide an abstraction over the AMQP queue operations on an AMQP channel.
const queue = new Queue(amqpChannel, 'my-queue') await queue.check()
Named set of Queue.
Generated using TypeDoc
A Queue object provide an abstraction over the AMQP queue operations on an AMQP channel.