RocketMQ is a low latency, reliable, scalable, easy to use message oriented middleware born from alibaba massive messaging business.
RocketMQ
RocketMQ is a low latency, reliable, scalable, easy to use message oriented middleware born from alibaba massive messaging business.
It offers a variety of features as follows:
- Pub/Sub and P2P messaging model
 - Reliable FIFO and strict sequential messaging in the same queue
 - Long pull queue model,also support push consumption style
 - Million message accumulation ability in single queue
 - Over a variety of messaging protocols.such as JMS,MQTT
 etc. - Distributed high available deploy architecture, meets at least once message delivery semantics
 - Docker images for isolated testing and cloud Isolated clusters
 - Feature-rich administrative dashboard for configuration,metrics and monitoring 

 - Message full-link tracking 

 - Producer transaction message,making producer and local database transaction in one atomic operation 

 - Message Schedule delivery,similar JMS2 spec's delivery delay 

 
Learn it & Contact us
- Homepage: https://github.com/alibaba/RocketMQ
 - Mailing list: https://groups.google.com/forum/?hl=en#!forum/rocketmq
 - Documentation: https://github.com/alibaba/RocketMQ/wiki
 - Wiki: https://github.com/alibaba/RocketMQ/wiki
 - Issues: https://github.com/alibaba/RocketMQ/issues
 - Ask: https://stackoverflow.com/questions/tagged/rocketmq
 