Skip to content

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

Notifications You must be signed in to change notification settings

AllJointTW/rabbitmq-delayed-message-exchange

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 

Repository files navigation

rabbitmq-delayed-message-exchange

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

Versions

Running

Docker

docker run -it \
  -p 5672:5672 \
  -p 15672:15672 \
  -e RABBITMQ_DEFAULT_USER=root \
  -e RABBITMQ_DEFAULT_PASS=pass \
  alljoint/rabbitmq-delayed-message-exchange:latest

Docker Compose Sample:

version: '3.7'

services:
  rabbit:
    image: alljoint/rabbitmq-delayed-message-exchange:latest
    environment:
      - RABBITMQ_DEFAULT_USER=root
      - RABBITMQ_DEFAULT_PASS=pass

    ports:
      - 5672:5672
      - 15672:1567

Environment

The environment variables are the same as the official image

  • Sample
    • RABBITMQ_DEFAULT_USER=root
    • RABBITMQ_DEFAULT_PASS=pass

About

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

Resources

Stars

Watchers

Forks

Packages

No packages published