emqx/apps/emqx_bridge_rabbitmq
Ivan Dyachkov 606d829256 Merge remote-tracking branch 'upstream/release-57' into 20240724-sync-release-57 2024-07-24 10:28:00 +02:00
..
src Merge remote-tracking branch 'upstream/release-57' into 20240724-sync-release-57 2024-07-24 10:28:00 +02:00
test chore(rmq_tests): fix rabbitmq tests 2024-07-18 08:34:00 +02:00
BSL.txt chore: update BSL license change date 2024-01-29 16:47:31 +01:00
README.md docs: hide the not-ready document links 2023-05-15 11:20:23 +08:00
docker-ct feat: add RabbitMQ bridge 2023-05-09 14:32:26 +02:00
mix.exs chore: preparing to run common tests / eunit with mix 2024-07-02 09:45:45 -03:00
rebar.config chore: add maybe feature enable on rabbitmq_bridge 2024-02-06 07:57:13 +08:00

README.md

EMQX RabbitMQ Bridge

RabbitMQ is a powerful, open-source message broker that facilitates asynchronous communication between different components of an application. Built on the Advanced Message Queuing Protocol (AMQP), RabbitMQ enables the reliable transmission of messages by decoupling the sender and receiver components. This separation allows for increased scalability, robustness, and flexibility in application architecture.

RabbitMQ is commonly used for a wide range of purposes, such as distributing tasks among multiple workers, enabling event-driven architectures, and implementing publish-subscribe patterns. It is a popular choice for microservices, distributed systems, and real-time applications, providing an efficient way to handle varying workloads and ensuring message delivery in complex environments.

This application is used to connect EMQX and RabbitMQ. User can create a rule and easily ingest IoT data into RabbitMQ by leveraging EMQX Rules.

Documentation

  • Refer to EMQX Rules for an introduction to the EMQX rules engine.

HTTP APIs

  • Several APIs are provided for bridge management, which includes create bridge, update bridge, get bridge, stop or restart bridge and list bridges etc.

    Refer to API Docs - Bridges for more detailed information.

Contributing

Please see our contributing.md.

License

EMQ Business Source License 1.1, refer to LICENSE.