Questions tagged [jzmq]

jzmq is the java bindings for the ZeroMQ transport layer

80 questions
0
votes
1 answer

Building jzmq on OS-X (Mountain Lion)

I'm getting the following error when trying to build jzmq https://github.com/nathanmarz/jzmq Any idea what I'm missing here? ./autogen.sh autoreconf: Entering directory `.' autoreconf: configure.in: not using Gettext autoreconf: running: aclocal…
Soumya Simanta
  • 11,523
  • 24
  • 106
  • 161
0
votes
1 answer

Using jZMQ binding with Java SDK 6 instead of 7

I'm trying to get ZeroMQ http://www.zeromq.org/ running with the following configuration / requirements: OS X 10.8 with built in Java SDK 7 Java binding for ZMQ Need to use SDK 6 Apparently jzmq was compiled with the header files of Java SDK 7,…
felix
  • 1
  • 1
0
votes
1 answer

zmq failed when running unit test in Intellij IDEA with Maven

When I run unit test with maven in Intellij IDEA (Ultimate) 11.1. I got following exception. ------------------------------------------------------------------------------- Test set:…
Terry Yip
  • 16
  • 2
0
votes
2 answers

Even distribution using ZMQ

I am using Zmq in my Centos. My task is to write a java program using ZMQ which will have one producer and multiple consumers. If a Producer send 100 message and there are four consumers all the consumers must share 25 message each. How can I do…
Muzy
  • 505
  • 2
  • 6
  • 16
-1
votes
1 answer

Library ZMQ for Java not work

I am trying to connect to a bitcoin node using the ZMQ library for Java. the problem is that when I try to receive a response the code remains frozen. Returns nothing. This is my code: public class CBETest { private static final String TEST_URL…
Ander Acosta
  • 1,060
  • 1
  • 12
  • 25
1 2 3 4 5
6