|
|
1 年間 前 | |
|---|---|---|
| .. | ||
| src | ef9884cf47 refactor(rule trace): templates rendered trace to increase code reuse | 1 年間 前 |
| test | aa950f97fa test: fix tests with missing application | 1 年間 前 |
| BSL.txt | 82403167c2 chore: update BSL license change date | 2 年 前 |
| README.md | 38fcb7a097 docs: hide the not-ready document links | 2 年 前 |
| docker-ct | 70cf1533db feat: add RabbitMQ bridge | 2 年 前 |
| rebar.config | 3e599e5d8e chore: add maybe feature enable on rabbitmq_bridge | 2 年 前 |
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.
Refer to API Docs - Bridges for more detailed information.
Please see our contributing.md.
EMQ Business Source License 1.1, refer to LICENSE.