RabbitMQ with a compatible version of the delayed message exchange plugin
1M+
Caution
The original repository(https://github.com/rabbitmq/rabbitmq-delayed-message-exchange) has been archived and has officially discontinued support for this plugin. Development stopped at version 4.2, and it is not guaranteed to work with RabbitMQ 4.2+ or future releases.
RabbitMQ with management and a compatible version of the delayed message exchange plugin.
docker run heidiks/rabbitmq-delayed-message-exchange:latest
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"
The environment variables are the same as the official image
# Interactive mode
./create_new_version.sh
# Using parameters
./create_new_version.sh <BASE_VERSION> <PLUGIN_VERSION> <UBUNTU_VERSION>
# Example
./create_new_version.sh 3.13.3 3.13.3 22.04
Content type
Image
Digest
sha256:79b631470…
Size
119.5 MB
Last updated
5 months ago
docker pull heidiks/rabbitmq-delayed-message-exchange