Skip to content

Dev | EventBus and MessageQueue

zero edited this page Jan 24, 2019 · 3 revisions

Eventbus is a heart of system, it will help to dispatch message from any publisher to any consumer. Publisher/Consumer can be WebSocket, REST, DAO, Service, external message queue service, e.g: Kafka, MQTT

Rule

Provider

Kafka

https://github.com/NubeIO/iot-engine/tree/master/core/kafka

MQTT

https://github.com/NubeIO/iot-engine/tree/master/core/mqtt

Clone this wiki locally