http://blog.csdn.net/quhongwei_zhanqiu/article/details/39154155
RocketMq服务器与客户端通过传递RemotingCommand来交互,通过NettyDecoder,对RemotingCommand进行协议的编码与解码 协议格式 <length> <header length> <header data> <bodydata>
http://blog.csdn.net/quhongwei_zhanqiu/article/details/39154155
RocketMq服务器与客户端通过传递RemotingCommand来交互,通过NettyDecoder,对RemotingCommand进行协议的编码与解码 协议格式 <length> <header length> <header data> <bodydata>
相关文章: