mateodelnorte / servicebus

Simple service bus for sending events between processes using amqp.
MIT License
420 stars 66 forks source link

Work queues support? #59

Closed alexbeletsky closed 9 years ago

alexbeletsky commented 9 years ago

Guys, I'm currently trying to investigate if servicebus is good for work-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?