RabbitMQ
RabbitMQ is an AMQP compatible transport that's officially supported by @node-ts/bus. Once configured, @node-ts/bus will create all necessary queues and exchanges to support the handlers of the application.
Installation
Install the @node-ts/bus-rabbitmq npm package
Once installed, configure a new RabbitMqTransport and provide it to the bus configuration
Last updated