-
Notifications
You must be signed in to change notification settings - Fork 487
Open
Labels
Description
Hello,
We are currently testing some communication solution using the JeroMQ framework (v0.4.3).
The exchange is local to a computer and works perfectly except from time to time one message fails with (EHOSTUNREACH) :
org.zeromq.ZMQException: Errno 65 :
at org.zeromq.ZMQ$Socket.mayRaise(ZMQ.java:2744)
at org.zeromq.ZMQ$Socket.send(ZMQ.java:2592)
The communication is setup using :
- ROUTER socket : client side, binded with attributes :
- ZMQ_ROUTER_MANDATORY
- ZMQ_LINGER set to 2000 ms
- DEALER socket : server side, connected with attribute
- ZMQ_IDENTITY
- ZMQ_IMMEDIATE
- ZMQ_LINGER set to 2000 ms
Do you have any clue regarding how I could possibly debug such a situation ?
Thanks for your help,