Skip to content

amqplib Escape Hatch

This example demonstrates how Rabbit Relay keeps native RabbitMQ / amqplib features accessible.

It shows:

  • native queue options
  • native exchange options
  • native publish options
  • raw channel access with withChannel()

Full example on GitHub:
https://github.com/bitspacerlabs/rabbit-relay/tree/main/examples/07-escape-hatch

Released under the MIT License.