Schedule a Message #396
Replies: 4 comments 7 replies
-
Hello, let me look into that feature and get back to you. If a broker supports that then we could add an abstraction to SMB to expose that. The question is what if a broker does not support it? Additionally, the outbox could get a scheduled capability quite easily. When it selects messages to send in the loop, it could look at a scheduled field in the SQL. Cc @EtherZa |
Beta Was this translation helpful? Give feedback.
-
Some links: |
Beta Was this translation helpful? Give feedback.
-
ASB supports scheduled messages too. The outbox publisher could prioritise unscheduled messages ahead of scheduled (provided the scheduled date is still in the future), but I would let the queue handle the scheuling asap. |
Beta Was this translation helpful? Give feedback.
-
@zarusz Nice! I will be appreciating it. I will be watching to have it. |
Beta Was this translation helpful? Give feedback.
-
What about the schedule a message, some hosts like rabbitmq has a native message schedule. I'm experimenting with SlimMassagebus. But some of my projects uses Massage Schedule that is implemented at MassTransit. Find for the feature in project and I not found that feature.
Beta Was this translation helpful? Give feedback.
All reactions