Code4Java/NettyMqService at master · xiaojiahuo/Code4Java · GitHub
Skip to content

Latest commit

 

History

History
 
 

Folders and files

README.md

NettyMqService

A simple project demonstrates how to use Netty with RabbitMQ.
中文详情:Chinese Details

Design:

design

Features:

  • 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.