How to hold a queue of messages and have a group of working threads without polling?
- by Mark
I have a workflow that I want to looks something like this:
/ Worker 1 \
=Request Channel= - [Holding Queue|||] - Worker 2 - =Response Channel=
\ Worker 3 /
That is:
Requests come in and they enter a FIFO queue
Identical workers then pick up tasks from the queue…