|
1 | 1 | # easymqtt4j
|
2 | 2 | easymqtt4j , netty +mqtt +subscriber+ publisher +broker+cluster server for java
|
3 | 3 |
|
4 |
| - |
5 | 4 | Java使用easymqtt4j快速开发工业级mqtt企业级应用
|
6 | 5 |
|
7 | 6 | easymqtt4j , netty +mqtt +subscriber+ publisher +broker+cluster server for java
|
8 |
| - |
9 |
| -easymqtt4j特点: |
10 |
| - |
11 |
| -1、spring integration 集成模式,自由灵活。 |
12 |
| - |
13 |
| -2、完全支持mqtt 3.1、3.1.1国际标准协议,支持tcp\websocket等等,可配置。 |
14 |
| - |
15 |
| -3、客户端完全支持接入主流broker服务如:Eclipse Paho,Mosquitto,JBoss A-MQ 6.1, Apache ActiveMQ 5.10-SNAPSHOT,Apache Camel 2.13.0,HiveMQ,EMQ,mosquitto,moquette,JMQTT,mqttwk等等。 |
16 |
| - |
17 |
| -4、发布、订阅接口简单&统一Gateway。 |
18 |
| - |
19 |
| -5、完全支持event事件EventGateway,灵活自由控制。 |
20 |
| - |
21 |
| -6、支持handleEvent、connectionLost、 messageArrived、deliveryComplete。 |
22 |
| - |
23 |
| -7、支持preSend、postSend、afterSendCompletion。 |
24 |
| - |
25 |
| -8、支持preReceive、postReceive、afterReceiveCompletion。 |
26 |
| - |
27 |
| -使用方法&步骤: |
28 |
| - |
29 |
| -1、引用jar |
30 |
| - |
31 |
| -2、实现 MqttSubscriberGateway消息队列订阅 接口 |
32 |
| - |
33 |
| -3、实现 MqttEventGateway 事件 接口 |
34 |
| - |
35 |
| -4、MqttPublisherGateway消息发送 接口 ( 使用请参考 MqttScheduleTask 消息定时发送) |
36 |
| - |
37 |
| -项目开源地址1: https://github.com/zengfr/easymqtt4j |
38 |
| - |
39 |
| -项目开源地址2:https://gitee.com/zengfr/easymqtt4j |
40 |
| - |
41 |
| -测试代码 : https://github.com/zengfr/easymqtt4j/tree/master/easymqtt4j-test/src/main/java/com/zengfr/easymqtt4j/test |
42 |
| - |
43 |
| -详细见 :https://my.oschina.net/zengfr/blog/4281902 |
| 7 | +### easymqtt4j特点: |
| 8 | +- 1、spring integration 集成模式,自由灵活 |
| 9 | +- 2、完全支持mqtt 3.1、3.1.1国际标准协议,支持tcp\websocket等等,可配置。 |
| 10 | +- 3、客户端完全支持接入主流broker服务如:Eclipse Paho,Mosquitto,JBoss A-MQ 6.1, Apache ActiveMQ 5.10-SNAPSHOT,Apache Camel 2.13.0,HiveMQ,EMQ,mosquitto,moquette,JMQTT,mqttwk等等。 |
| 11 | +- 4、发布、订阅接口简单&统一Gateway。 |
| 12 | +- 5、完全支持event事件EventGateway,灵活自由控制。 |
| 13 | +- 6、支持handleEvent、connectionLost、 messageArrived、deliveryComplete。 |
| 14 | +- 7、支持preSend、postSend、afterSendCompletion。 |
| 15 | +- 8、支持preReceive、postReceive、afterReceiveCompletion。 |
| 16 | +### easymqtt4j使用方法&步骤: |
| 17 | +- 1、引用jar |
| 18 | +- 2、实现 MqttSubscriberGateway消息队列订阅 接口 |
| 19 | +- 3、实现 MqttEventGateway 事件 接口 |
| 20 | +- 4、MqttPublisherGateway消息发送 接口 ( 使用请参考 MqttScheduleTask 消息定时发送) |
| 21 | +### open project home site |
| 22 | +- 项目开源地址1: https://github.com/zengfr/easymqtt4j |
| 23 | +- 项目开源地址2: https://gitee.com/zengfr/easymqtt4j |
| 24 | +### project test and demo |
| 25 | +- 测试代码 : https://github.com/zengfr/easymqtt4j/tree/master/easymqtt4j-test/src/main/java/com/zengfr/easymqtt4j/test |
| 26 | + |
| 27 | +- 详细见 :https://my.oschina.net/zengfr/blog/4281902 |
| 28 | +### other相关开源项目推荐 |
| 29 | +- https://github.com/zengfr/easymodbus4j |
0 commit comments