-
Notifications
You must be signed in to change notification settings - Fork 16
Usage
Brian Lehnen edited this page Apr 8, 2026
·
4 revisions
The following queues are available
Producers
- Producer -- Send typed messages to a queue
- ProducerMethod -- Send lambda expressions to a queue for remote execution
Consumers
- Consumer -- Process messages using dedicated worker threads
- ConsumerAsync -- Process messages using a shared thread pool via the task scheduler
- ConsumerMethod -- Process lambda expressions using dedicated worker threads
- ConsumerMethodAsync -- Process lambda expressions using a shared thread pool via the task scheduler
Advanced
- ConsumerAsyncWorkGroup -- Limit thread usage per queue within the task scheduler
- Scheduler -- Schedule recurring jobs using cron expressions
For any issues please use the GitHub issues