jzmq icon indicating copy to clipboard operation
jzmq copied to clipboard

Java binding for ZeroMQ

Results 101 jzmq issues
Sort by recently updated
recently updated
newest added

Hi, I am trying to communicate over IPC using a JZMQ subscriber and PyZMQ publisher but messages are received in the JZMQ side. I have checked my publisher using a...

we encountered a problem: client of c++ binds to server of scala using jzmq, and the client also binds to another server of c++. when the client is restarted, it...

hi, I am reading your project, why do you use ZeroMQ in your project instead of other message queues like Kafka, RabbitMQ... can you tell me about your purpose, the...

We are using zmq inproc socket to transmit messages between threads. we have set Hwm accordingly and using multipart message, i.e send() method with the necessary flag. We are seeing...

------------------------------------------------------- T E S T S ------------------------------------------------------- Running org.zeromq.ZConfigTest Tests run: 3, Failures: 0, Errors: 0, Skipped: 0, Time elapsed: 0.031 sec - in org.zeromq.ZConfigTest Running org.zeromq.ZCertStoreTest Tests run: 2,...

I am trying to build an Android application that uses jzmq to communicate using norm. Is there any support for Android? My initial solution was to build a .aar with...

Folks, Is the JZMQ licensed under GPL, as the view license link at the top-right of the top-level page shows, or LGPL as it describes in at the bottom of...

Checking out v 3.1.0, running `configure`: ``` console $ git checkout v3.1.0 HEAD is now at fbc3521... [maven-release-plugin] prepare release v3.1.0 $ ./autogen.sh ... $ ./configure ... ``` Ok so...

bug
Investigate

I am building and attempting to use the zmq.jar on a CentOS 7 machine. I am following the README by doing ``` cd jzmq-jni/ ./autogen.sh ./configure make make install ```...

Several files are left over after I run cd jzmq-jni ./autogen.sh ./configure --prefix="$P" --with-zeromq="$P" make -j install These are: * jzmq-jni/src/main/c++/config.hpp * jzmq-jni/src/main/c++/config.hpp.in * jzmq-jni/src/main/c++/org_zeromq_ZMQ.h * jzmq-jni/src/main/c++/org_zeromq_ZMQ_Context.h * jzmq-jni/src/main/c++/org_zeromq_ZMQ_Curve.h *...