Skip to content

ZeroMQ: ZeroMQMessageHandler with bind capability #9228

Closed
@alessiomatricardi

Description

@alessiomatricardi

Expected Behavior

The expected behaviour is that the ZeroMqMessageHandler could bind a port when the other part (a ZeroMqMessageProducer or whatever out of Spring world) connects to that port.

Current Behavior

As for now, the ZeroMqMessageHandler can only connect to a specific URL, while no binding is allowed.

Context

As per ZeroMQ philosophy, binding or connecting to a socket is completely decoupled from sender/receiver abstraction.

My question is: Is there any reason behind the current limitation? Something I'm missing out?
If you agree, I could make a PR to add this functionality

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions