How to implement work queue in rabbit mq using easynetq driver?
Also acknowledgement in both publisher and subscriber is desirable.
The idea is that one message will be processed only by a single subscriber. Is this a default behavior or the message fans out from the publisher to the subscriber?