This plugin allows you to consume messages from RabbitMQ. See producer.py for sample
Follow the instructions in our manual to add our package repository and then run the below command.
apt-get install halon-extras-rabbitmq-consumer
yum install halon-extras-rabbitmq-consumer
For the configuration schema, see rabbitmq-consumer.schema.json. Below is a sample configuration.
Important!
This plugin requires a server configuration with the id
rabbitmqand typeplugin.servers: - id: rabbitmq type: plugin
plugins:
- id: rabbitmq-consumer
config:
queues:
- id: test
queue: test
hostname: rabbitmq
threads: 32