# Bridge

EMQX can bridge and forward messages to Kafka, RabbitMQ or other EMQX nodes. Meanwhile, mosquitto and rsm can be bridged to EMQX using common MQTT connection.

# List of Bridge Plugins

Bridge PluginConfig FileDescription
emqx_bridge_kafkaemqx_bridge_kafka.confKafka Bridge
emqx_bridge_rabbitemqx_bridge_rabbit.confRabbitMQ Bridge
emqx_bridge_pulsaremqx_bridge_pulsar.confPulsar Bridge
emqx_bridge_mqttemqx_bridge_mqtt.confMQTT Broker Bridge

TIP

It is recommended to use rule engine to realize more flexible bridge function.

What’s on this page