RabbitMQ module

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 - Message Queuing components that implement the standard Messaging module interface
  • Queues - components for working with a message queue via the RabbitMQ protocol

Use

Add this to your package’s pubspec.yaml file:

dependencies:
  pip_services3_rabbitmq: version

Now you can install package from the command line:

pub get