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