-
Notifications
You must be signed in to change notification settings - Fork 8
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
2e37176
commit 9017b89
Showing
2 changed files
with
18 additions
and
6 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,9 +1,9 @@ | ||
# RabbitMQ with delayed exchange | ||
|
||
This repository contains the [RabbitMQ](https://hub.docker.com/_/rabbitmq) **management-alpine** image with [delayed message exchange](https://github.com/rabbitmq/rabbitmq-delayed-message-exchange/) plugin enabled. | ||
This repository contains the [RabbitMQ](https://hub.docker.com/_/rabbitmq) `management` Docker image with [delayed message exchange](https://github.com/rabbitmq/rabbitmq-delayed-message-exchange/) plugin enabled. | ||
|
||
This image is build to be used with [MassTransit - Scheduling](http://masstransit-project.com/advanced/scheduling/rabbitmq-delayed.html). | ||
|
||
## Documentation | ||
|
||
The [documentation](https://hub.docker.com/_/rabbitmq/) is the same as the default management-alpine image. | ||
The [documentation](https://hub.docker.com/_/rabbitmq/) is the same as the default `management` image. |