emqx_bridge_rabbitmq.hocon 896 B

12345678910111213141516171819202122232425262728293031323334
  1. emqx_bridge_rabbitmq {
  2. local_topic.desc:
  3. """The MQTT topic filter to be forwarded to RabbitMQ. All MQTT 'PUBLISH' messages with the topic matching the local_topic will be forwarded.
  4. NOTE: if this bridge is used as the action of a rule (EMQX rule engine), and also local_topic is configured, then both the data got from the rule and the MQTT messages that match local_topic will be forwarded."""
  5. local_topic.label:
  6. """Local Topic"""
  7. config_enable.desc:
  8. """Enable or disable this bridge"""
  9. config_enable.label:
  10. """Enable or Disable Bridge"""
  11. desc_config.desc:
  12. """Configuration for a RabbitMQ bridge."""
  13. desc_config.label:
  14. """RabbitMQ Bridge Configuration"""
  15. desc_type.desc:
  16. """The Bridge Type"""
  17. desc_type.label:
  18. """Bridge Type"""
  19. desc_name.desc:
  20. """Bridge name."""
  21. desc_name.label:
  22. """Bridge Name"""
  23. }