/NettyMqServer

A simple project demonstrates how to use Netty with RabbitMQ.

Primary LanguageJava

NettyMqServer

A simple project demonstrates how to use Netty with RabbitMQ.

中文详情:Chinese Details ###Design: design ###Features: 1.Receive TCP packets from different clients and decode the message. 2.Send the TCP message to the third parts with rabbit mq. 3.Consume rabbit mq messages and send the message to TCP clients.