A simple project demonstrates how to use Netty with RabbitMQ.
中文详情:Chinese Details
- Receive TCP packets from different clients and decode the message.
- Send the TCP message to the third parts with rabbit mq.
- Consume rabbit mq messages and send the message to TCP clients.

