Skip to content

Latest commit

 

History

History
27 lines (16 loc) · 899 Bytes

README.md

File metadata and controls

27 lines (16 loc) · 899 Bytes

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