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.

Compiling JZMQ on Ubuntu

Hello all I'm attempting to follow the directions located at: https://github.com/nathanmarz/storm/wiki/Installing-native-dependencies for installing Zero …

ubuntu makefile zeromq jzmq
ZeroMQ PUB socket buffers all my out going data when it is connecting

I noticed that a zeromq PUB socket will buffers all outgoing data if it is connecting, for example import zmq …

python zeromq pyzmq
ZeroC ICE vs 0MQ/ZeroMQ vs Crossroads IO vs Open Source DDS

How does ZeroC ICE compare to 0MQ? I know that 0MQ/Crossroads and DDS are very similar, but cant seem …

c++ publish-subscribe zeromq ice data-distribution-service
zeromq, C++, is it necessary to set a high water mark for subscribers?

I did a quick test of the ZeroMQ PUB/SUB and now have some working code. However, I am a …

zeromq publish-subscribe
ZeroMQ / ØMQ / 0MQ how to get started?

I am trying to use ZeroMQ / ØMQ / 0MQ (which ever you prefer) on Windows using C# Binding. Is there any …

c# .net message zeromq
How to expose a container port outside of docker/container using docker-compose?

I have a container that it has several ports, I want to have access to one of its ports (9001) outside …

docker docker-compose port zeromq pyzmq
Pure java ZeroMQ clients?

I am trying to use ZeroMQ's pub sub messaging, but the client side requires the code to be all Java. …

java message-queue zeromq
Your requirements could not be resolved to an installable set of packages

Sorry for duplication of this question with another one. I can't solve my problem. I am working on a project …

php composer-php zeromq php-extension
How to use ZeroMQ for raw UDP?

I have a client, whose code I can't change -- but I'd like to (re)write using ZeroMQ sockets. The …

udp zeromq
Ratchet PHP WAMP - React / ZeroMQ - Specific user broadcast

Note: This is not the same as this question which utilises MessageComponentInterface. I am using WampServerInterface instead, so this question …

php websocket zeromq ratchet reactphp