Skip to content

halon-extras/rabbitmq-consumer

Repository files navigation

RabbitMQ consumer plugin

This plugin allows you to consume messages from RabbitMQ. See producer.py for sample

Installation

Follow the instructions in our manual to add our package repository and then run the below command.

Ubuntu

apt-get install halon-extras-rabbitmq-consumer

RHEL

yum install halon-extras-rabbitmq-consumer

Configuration

For the configuration schema, see rabbitmq-consumer.schema.json. Below is a sample configuration.

Important!

This plugin requires a server configuration with the id rabbitmq and type plugin.

servers:
 - id: rabbitmq
   type: plugin

smtpd.yaml

plugins:
  - id: rabbitmq-consumer
    config:
      queues:
       - id: test
         queue: test
         hostname: rabbitmq
         threads: 32

About

A RabbitMQ message consumer

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •