RabbitMQ scheduled message delivery #1467
Unanswered
Pete-PlaytimeSolutions
asked this question in
Q&A
Replies: 1 comment
-
Please use Discord for questions in the future. No concrete plans. My recollection is that the Rabbit MQ scheduling was weird and I distinctly remember Chris complaining about it. Happy to take pull requests, or happy to talk about a JasperFx engagement to add that, but it's not today a priority. Doesn't really come up very often. You already can use Wolverine's database-backed scheduled delivery option as is with any transport that doesn't already support scheduled delivery. |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Is the any plans to support Scheduled Message delivery, using RabbitMQ's Delayed Exchange plug-in?
https://github.com/rabbitmq/rabbitmq-delayed-message-exchange/
This would be similar to MassTransit's scheduled delivery option, that would enable easier migrations from MassTransit to Wolverine.
e.g. https://masstransit.io/documentation/configuration/scheduling
Beta Was this translation helpful? Give feedback.
All reactions