The RabbitMQ module contains a set of components for working with the message queue in RabbitMQ through the AMQP protocol.
Packages
The module contains the following packages:
- Build - Factory for constructing module components
- Connect - Components for creating and configuring a connection with RabbitMQ
- Queues - components of working with a message queue via the RabbitMQ protocol
Use
Install the NPM package as
npm install pip-services4-rabbitmq-node --save