Skip to main content

Crate rmqtt_p2p_messaging

Crate rmqtt_p2p_messaging 

Source
Expand description

P2P (Peer-to-Peer) messaging plugin for RMQTT.

Enables direct message exchange between MQTT clients without going through the publish/subscribe topic tree. Messages are routed directly to the target client by client ID.

§Features

  • Direct client-to-client message routing.
  • Configurable P2P topic prefix (e.g., $p2p/).
  • Cross-node P2P delivery via cluster gRPC.

Functions§

register
register_named