This is an automated email from the ASF dual-hosted git repository.
pingww pushed a change to branch develop
in repository https://gitbox.apache.org/repos/asf/rocketmq-mqtt.git
from 41b6e8b Merge pull request #151 from
DongyuanPan/develop_add_lmq_prefix
new e67c9bd fix code style
new fe85a5e add MqttMessageFactory and optimize codes.
new 493327c add license and import specific classes.
new 12e22a5 Fix CI error.
new e754f3d Merge pull request #138 from wangzhiwei1314/develop
The 163 revisions listed above as "new" are entirely new to this
repository and will be described in separate emails. The revisions
listed as "add" were already present in the repository and have only
been added to this reference.
Summary of changes:
.../rocketmq/mqtt/cs/config/ConnectConf.java | 10 +-
.../protocol/mqtt/facotry/MqttMessageFactory.java | 105 +++++++++++++++++++++
.../protocol/mqtt/handler/MqttConnectHandler.java | 19 +---
.../cs/protocol/mqtt/handler/MqttPingHandler.java | 9 +-
.../protocol/mqtt/handler/MqttPubRecHandler.java | 9 +-
.../protocol/mqtt/handler/MqttPubRelHandler.java | 9 +-
.../protocol/mqtt/handler/MqttPublishHandler.java | 20 +---
.../mqtt/handler/MqttSubscribeHandler.java | 18 +---
.../mqtt/handler/MqttUnSubscribeHandler.java | 18 +---
.../rocketmq/mqtt/cs/session/infly/PushAction.java | 4 +-
.../rocketmq/mqtt/cs/starter/MqttServer.java | 6 +-
11 files changed, 136 insertions(+), 91 deletions(-)
create mode 100644
mqtt-cs/src/main/java/org/apache/rocketmq/mqtt/cs/protocol/mqtt/facotry/MqttMessageFactory.java