RPC Bridge
After EMQX version 3.1, a powerful rule engine is introduced to replace plug-ins. It is recommended that you use it. See Bridge data to EMQX to setup EMQX bridges in rule engine.
bridge.mqtt.emqx.mountpoint = bridge/emqx1/${node}/
## Forward message topics
Mountpoint: Mountpoint is used to prefix of topic when forwarding a message, this option must be used with forwards
. Forwards the message whose topic is “sensor1/hello”, its topic will change to “<bridge/aws/emqx1@192.168.1.1/sensor1/hello>” when it reaches the remote node.
CLI of RPC bridge is used in the same way as the MQTT bridge.