Guys, I'm currently trying to investigate if servicebus is good for work-queuepattern implementation.
Does it fit, can you provide a small examples of producer => many consumers example? Could be the work queue just a send/listen, then there are many listeners for the same event?
Guys, I'm currently trying to investigate if
servicebus
is good forwork-queue
pattern implementation.Does it fit, can you provide a small examples of producer => many consumers example? Could be the work queue just a
send/listen
, then there are many listeners for the same event?