Hi all,
I am looking for a good message broker service with solid haskell bindings. I have a need for maintaining multiple topics that can be published/subscribed by various systems locally or over network. I don’t want to use any cloud services because my use case is just inter process communication, making the whole cloud thing more of a pain than any real benefit.
Currently I am looking into RabbitMQ, ZeroMQ, and anything else mentioned in the ZeroMQ wiki page, but if anyone has any recommendations please send them my way.