ZeroMQ (ZMQ, 0MQ, ØMQ) is a high-performance, asynchronous, transport-class agnostic, messaging library, aimed at use in scalable, distributed and/or concurrent applications.
We'd be interested to hear any experiences with the pros and cons of ActiveMQ vs RabbitMQ vs ZeroMQ. Information about …
jms rabbitmq activemq message-queue zeromqI need a high performance message bus for my application so I am evaluating performance of ZeroMQ, RabbitMQ and Apache …
message-queue rabbitmq zeromq qpidI just got started with ZMQ. I am designing an app whose workflow is: one of many clients (who have …
python zeromqI'd like to reserve a TCP port, to be bound by a service later, so that Windows doesn't inadvertently use …
windows network-programming zeromqThis code works great: import zmq, json, time def main(): context = zmq.Context() subscriber = context.socket(zmq.SUB) subscriber.bind("…
python localhost zeromqZeroMQ FAQ page suggest use of Google's protobuf as a way to serialise message content. Has anyone see a good …
protocols network-protocols zeromqI'm trying to run a simple piece of code using pyzmq. I am using Python 2.7 and pyzmq 14.5 $ python --version Python 2.7.6 $ …
python zeromq pyzmq