MassTransit-Quartz | Quartz Integration for MassTransit v2 | Job Scheduling library
kandi X-RAY | MassTransit-Quartz Summary
kandi X-RAY | MassTransit-Quartz Summary
Quartz support for MassTransit.
Support
Quality
Security
License
Reuse
Top functions reviewed by kandi - BETA
Currently covering the most popular Java, JavaScript and Python libraries. See a Sample of MassTransit-Quartz
MassTransit-Quartz Key Features
MassTransit-Quartz Examples and Code Snippets
Community Discussions
Trending Discussions on MassTransit-Quartz
QUESTION
I have a service which id like to use to provide an adapter to job scheduling via a REST api. The scheduled jobs are to make HTTP calls to various other services.
I have the following implementation:
...
ANSWER
Answered 2018-Sep-07 at 11:46You are using it incorrectly.
First, you need to configure the bus so it uses the correct scheduler address:
QUESTION
Is it possible to Consume an item in the queue with some delay?
There is a retry functionality where I can set intervals, but I need to delay the first time the item is being consumed.
EDIT
What I see here: https://github.com/MassTransit/MassTransit-Quartz is what I need actually.
Something like:
...ANSWER
Answered 2017-Apr-28 at 13:53There is a NuGet package for it, MassTransit.Quartz
, which includes the assembly.
https://www.nuget.org/packages/masstransit.quartz
I'd suggest using that over building it yourself.
Also, if you're within a consumer, you can send the message back to yourself easily using extension methods on the consume context. Check the documentation for updates, but ScheduleSend
is the method.
SchedulePublish()
is okay, but ScheduleSend()
to a specific endpoint is preferred if you know where the message is heading.
Community Discussions, Code Snippets contain sources that include Stack Exchange Network
Vulnerabilities
No vulnerabilities reported
Install MassTransit-Quartz
Support
Reuse Trending Solutions
Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items
Find more librariesStay Updated
Subscribe to our newsletter for trending solutions and developer bootcamps
Share this Page