Top "Zeromq" questions

ZeroMQ (ZMQ, 0MQ, ØMQ) is a high-performance, asynchronous, transport-class agnostic, messaging library, aimed at use in scalable, distributed and/or concurrent applications.

ZeroMQ Topic Filtering with Pub/Sub (Java binding)

How can I get ZeroMQ to support topics and pattern matching? e.g. stocks.* stocks.appl From my understanding ZeroMQ..…

filtering publish-subscribe zeromq
Zeromq: How to access tcp message in c++

I am a new-by to ZeroMQ and make my way through the C++ hello-world example of the echo client-server pattern (…

c++ tcp zeromq
Differences between ZeroMQ and WebSockets

I'd like to know what the differences are between the ZeroMQ and WebSockets protocols. I know WebSockets was designed for …

websocket zeromq low-latency nanomsg
What are the alternatives to ZeroMQ for moving protocol buffer payloads around?

At the moment I have a solution that uses ZeroMQ to exchange protocol buffer payloads. The protocol buffer method of …

java c++ rpc protocol-buffers zeromq
How to import zeromq libraries in cmake?

I'm just starting to learn how to work with zeromq libraries and using them in different C++ projects. The sample …

cmake zeromq
How to run ZeroMQ with Java?

I'm having an issue running ZeroMQ with Java using Eclipse and Windows XP. I've successfully installed [I think] the 0MQ …

java eclipse zeromq
Does zeromq support IPC as a transport channel on windows?

I get the following error message, when I try the router example wiht python on Windows (Windows 8): Traceback (most recent …

python windows zeromq
Cannot import zmq in python (install issue)

I can't seem to install pyzmq on my macbook (OSX 10.9.1) First call was to run: sudo pip install pyzmq There …

python macos installation zeromq pyzmq
How does zeromq work together with SSL?

I am considerung to use zeromq as messaging layer between my applications. At least in some cases I want the …

sockets ssl zeromq
How to install the C++ binding for ZeroMQ on Mac OS X?

On g++ actualApp.cpp -lzmq I get actualApp.cpp:6:19: error: zmq.hpp: No such file or directory actualApp.cpp: In …

c++ macos zeromq