jcmdsbr / rabbitmq-delayed

Building a docker image from rabbitmq use delayed plugin

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

The RabbitMQ and Delayed Plugin from github 😎

  • Building a docker image from rabbitmq use delayed plugin

Give a Star! ⭐

If you liked the project, please give a star ;)

You need some of the fallowing tools ❗

  • Visual Studio Code or another editor

Description πŸ“š

Doc: RabbitMQ is a feature rich

RabbitMQ Delayed Message Plugin πŸ’‘

This plugin adds delayed-messaging (or scheduled-messaging) to RabbitMQ.

A user can declare an exchange with the type x-delayed-message and then publish messages with the custom header x-delay expressing in milliseconds a delay time for the message. The message will be delivered to the respective queues after x-delay milliseconds.

Doc: RabbitMQ Delayed Message Plugin

About

Building a docker image from rabbitmq use delayed plugin


Languages

Language:Dockerfile 100.0%