[zeromq-dev] ZeroMQ Java issues on Mac OSX 10.6.6
Michael Kogan
mkogan at semanticresearch.com
Tue Jan 18 20:14:02 CET 2011
Hello,
I am new to ZeroMQ, and I am trying to prototype a messaging bus for our Java application.
However, I am encountering an issue with the test classes ZMQQueueTest.java and ZMQForwarderTest.java - they hang.
Running the debugger, it seems they hang on finalize() call in Context.term().
My configuration is the following:
Downloaded, compiled and installed ZeroMQ 2.1.0 - the snapshot from git (although I get the same result with latest repo).
Downloaded the latest https://github.com/zeromq/jzmq
make succeeds, but "mvn test" hangs.
Any ideas?
Thanks,
Mike.
More information about the zeromq-dev
mailing list