Start work using an existing connection
see amqplib-wrapper
Start work, create your own connection
Finish work, close the underlying channel
Create a direct exchange
Create an exchange with custom type
Create a fanout exchange
Create a headers exchange
Create a named queue and start consuming in the provided middleware
Create a temporary queue and start consuming in the provided middleware
Set decoder for messages with specified encoding
Set decoder for mesages with unknown encoding
Set parser for messages with unknown MIME type
Set parser for messages with specified MIME type
Create a topic exchange
Generated using TypeDoc
Handles a connection to the RabbitMQ server and provides an interface for creating exchanges and queues