Skip to content

Error sending using a ROUTER-DEALER connection #528

@fmfranck

Description

@fmfranck

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,

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions