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.

Can ZeroMQ be used to accept traditional socket requests?

I'm trying to re-write one of our old Servers using ZeroMQ, for now I have the following Server setup, (which …

sockets tcp zeromq nettcpbinding
What is zmq.ROUTER and zmq.DEALER in python zeromq?

Can anyone tell what are the types of zmq.sockets? In what situation one can use these sockets? The main …

sockets python-2.7 zeromq
ZeroMQ and multiple subscribe filters in Python

I'd like to subscribe to multiple filters with ZeroMQ in Python, using one socket. sock.setsockopt(zmq.SUBSCRIBE, 'first.filter') …

python sockets zeromq
What reliability guarantees (if any) does ZMQ make for PUB/SUB over epgm?

I've got an app sending messages on an epgm PUB socket to one or more epgm SUB sockets. Things mostly …

zeromq
GLIBCX_3.4.21 not found

I apologize if this isn't the right place for this, but after 2 days of dealing with the same error, I'm …

linux gcc zeromq zerorpc
ZMQ - libzmq.so.3: cannot open shared object file: No such file or directory

I'm trying to embed zeroMQ in my app, I followed this guideline to install ZMQ, so till here everything works …

java zeromq pyzmq jzmq
RX vs messaging queues like rabbitmq or zeromq?

I'm quite new to these high level concurrency paradigms, and I've started using the scala RX bindings. So I'm trying …

rabbitmq system.reactive zeromq reactive-programming
Difference between Apache Thrift and ZeroMQ

I understand that Apache Thrift and ZeroMQ are softwares belonging to different categories, and it is not easy to do …

comparison message-queue thrift zeromq
zeromq: reset REQ/REP socket state

When you use the simple ZeroMQ REQ/REP pattern you depend on a fixed send()->recv() / recv()-&…

c++ sockets zeromq
Compile simple hello world ZeroMQ C example, compile flags?

Trying to compile the example hello_world.c from the zeromq tutorial: http://zguide.zeromq.org/page:all#Ask-and-Ye-Shall-Receive Pretty …

c linker osx-mountain-lion zeromq dylib