Skip to content

A temporary bridge between certain services and our RabbitMQ server that don't support it natively.

License

Notifications You must be signed in to change notification settings

esamarathon/mq-repeater

Repository files navigation

mq-repeater

A temporary bridge between certain services and our RabbitMQ server that don't support it natively.

Installation/Usage

git clone https://github.com/esamarathon/mq-repeater.git
npm install
npm run build
npm start

A Docker image is also available under "Packages".

Configuration

You can either configure the settings through a config.json file (see default-config.json) or by using environment variables.

HTTP_PORT=1234
HTTP_KEY_CUSTOMNAME=CUSTOM_KEY
RABBITMQ_PROTOCOL=amqps
RABBITMQ_HOSTNAME=URL
RABBITMQ_USERNAME=USERNAME
RABBITMQ_PASSWORD=PASSWORD
RABBITMQ_VHOST=VHOST

About

A temporary bridge between certain services and our RabbitMQ server that don't support it natively.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages