/rabbitmq-delayed-message-exchange

Docker image of RabbitMQ with management and compatible version of the delayed message exchange plugin

Primary LanguageDockerfileMIT LicenseMIT

RabbitMQ with management and compatible version of the delayed message exchange plugin

Versions

Running

Image

docker run heidiks/rabbitmq-delayed-message-exchange:latest

Docker compose sample:

version: '3.3'

services:
  rabbit:
    image: heidiks/rabbitmq-delayed-message-exchange: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