Simple app to initialize RabbitMQ queues and exchanges from a JSON input
300
This repository contains the built versions for MailerQ AmqpInit. Dockerfile is available at GitHub.
You typically run this script with one command line argument, and you pipe the JSON input into the program.
See JSON input file format in documentation.
# Build the Docker image
docker build ./MailerQ-AmqpInit/ -t mailerq/amqpinit
# Example using command line arguments
docker run mailerq/amqpinit amqp://user:password@hostname/vhost < input.json
docker build ./MailerQ-AmqpInit/ -t amqpinit docker run amqpinit amqp://user:password@hostname/vhost < input.json
Content type
Image
Digest
sha256:dfaa932db…
Size
35 MB
Last updated
over 1 year ago
docker pull mailerq/amqpinit