[zeromq-dev] Java/Windows issues
Robin Weisberg
robin at scout-trading.com
Mon Aug 3 18:22:12 CEST 2009
Hi folks. As I've been using 0mq a bit more I've run into a few issues:
1 - the mask(Zmq.MESSAGE_GAP) method in Java throws an exception on Windows.
Looking at the Java perf examples I don't see this method being called. Any
reason this isn't implemented? Its in the Zmq class interface. When I
comment out this call to mask the application functions fine. The exception
is:
Exception in thread "main" java.lang.UnsatisfiedLinkError:
org.zmq.Zmq.mask(I)V
at org.zmq.Zmq.mask(Native Method)
at com.st.common.Messaging.<init>(Messaging.java:44)
at com.st.common.Messaging.<clinit>(Messaging.java:20)
at com.st.gui.ScoutGUI.main(ScoutGUI.java:80)
2 - I have a linux c++ publisher publishing using pgm to multiple java
windows clients. The linux client is registering a global exchange and the
windows clients register a local queue to that exchange. It appears that
after restarting the linux publisher the windows client stops receiving
messages until it is also restarted.
Any help would be appreciated, Thx!
Robin
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.zeromq.org/pipermail/zeromq-dev/attachments/20090803/18c2f094/attachment.htm>
More information about the zeromq-dev
mailing list