heidiks/rabbitmq-with-delayed-message-shovel-plugins

By heidiks

Updated over 4 years ago

RabbitMQ with management and compatible version of the delayed message exchange and shovel plugins

Image
Message Queues
0

149

RabbitMQ with management and compatible version of the delayed message exchange and shovel plugins

Versions

Running

Image

docker run heidiks/rabbitmq-with-delayed-message-shovel-plugins:latest

Docker compose sample:

version: '3.3'

services:
  rabbit:
    image: heidiks/rabbitmq-with-delayed-message-shovel-plugins:latest
    environment:
      - RABBITMQ_DEFAULT_USER=admin
      - RABBITMQ_DEFAULT_PASS=password
    ports:
      - "5672:5672"
      - "15672:15672"

Environment

The environment variables are the same as the official image

  • Sample
    • RABBITMQ_DEFAULT_USER=admin
    • RABBITMQ_DEFAULT_PASS=password

Docker Pull Command

docker pull heidiks/rabbitmq-with-delayed-message-shovel-plugins