emqx_bridge_rabbitmq_pubsub_schema.hocon 795 B

12345678910111213141516171819202122232425262728293031323334
  1. emqx_bridge_rabbitmq_pubsub_schema {
  2. publisher_action.desc:
  3. """Action configs."""
  4. publisher_action.label:
  5. """Action"""
  6. subscriber_source.desc:
  7. """Source configs."""
  8. subscriber_source.label:
  9. """Source"""
  10. action_parameters.desc:
  11. """The action config defines how this bridge send messages to the remote RabbitMQ broker"""
  12. action_parameters.label:
  13. """Action Parameters"""
  14. source_parameters.desc:
  15. """The source config defines how this bridge receive messages from the remote RabbitMQ broker"""
  16. source_parameters.label:
  17. """Source Parameters"""
  18. source_queue.desc:
  19. """The queue name of the RabbitMQ broker."""
  20. source_queue.label:
  21. """Source Queue"""
  22. source_no_ack.desc:
  23. """Whether to use no_ack mode when consuming messages from the RabbitMQ broker."""
  24. source_no_ack.label:
  25. """Source No Ack"""
  26. }