An open API service indexing awesome lists of open source software.

https://github.com/easy-bus/bus

标准消息总线 Standard Message Bus
https://github.com/easy-bus/bus

bus event kafka message nsq queue rabbit rocketmq

Last synced: 6 months ago
JSON representation

标准消息总线 Standard Message Bus

Awesome Lists containing this project

README

          

# Bus
标准消息总线 Standard Message Bus

### Sender
消息发送器, 封装发送细节 (错误处理, 事务消息)

### Handler
消息处理器, 封装处理细节 (错误处理, 幂等性, 延迟重试, 死信存储)

### 处理流程图
![tx_flow](./tx_flow.png)