Sign inSign up

mailerq/amqpinit

By mailerq

•Updated over 1 year ago

Simple app to initialize RabbitMQ queues and exchanges from a JSON input

Image
0

300

mailerq/amqpinit repository overview

MailerQ | The most powerful MTA

⁠Docker images for MailerQ AmqpInit

This repository contains the built versions for MailerQ AmqpInit. Dockerfile is available at GitHub⁠.

⁠Setup

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⁠.

⁠Example

# 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

Tag summary

Content type

Image

Digest

sha256:dfaa932db…

Size

35 MB

Last updated

over 1 year ago

docker pull mailerq/amqpinit