基于netty实现的轻量级消息中间件mini-mq,致力于解决分布式事务问题,支持可靠性消息,并具备较强的扩展性和较完善的监控系统。
☆19Dec 12, 2022Updated 3 years ago
Alternatives and similar repositories for mini-mq
Users that are interested in mini-mq are comparing it to the libraries listed below. We may earn a commission when you buy through links labeled 'Ad' on this page.
Sorting:
- Java并发编程与高并发解决方案。Java concurrent programming and high concurrency solutions.☆21May 1, 2018Updated 8 years ago
- Java JUC 学习项目 包括各种并发多线程的高级使用。java自带多线程并发锁高级应用☆15May 11, 2018Updated 8 years ago
- 阿里巴巴第三届中间件性能挑战赛初赛程序——进程内消息引擎☆11Jul 9, 2017Updated 9 years ago
- Deprecated☆11Oct 10, 2020Updated 5 years ago
- 阿里开源消息中间件源码解读(增加一些中文注释)☆26Dec 1, 2015Updated 10 years ago
- Deploy to Railway using AI coding agents - Free Credits Offer • AdUse Claude Code, Codex, OpenCode, and more. Autonomous software development now has the infrastructure to match with Railway.
- 阿里druid连接池剥离出来的sql解析代码☆12Jun 21, 2022Updated 4 years ago
- 业务风控系统☆12Aug 25, 2016Updated 10 years ago
- java方向书籍的学习,包括《java编程思想》,《实战java虚拟机》(作者:葛一鸣)《java高并发》(作者:葛一鸣)。☆16Nov 4, 2018Updated 7 years ago
- 基于JavaNIO实现的Http服务器,涉及到Http Request和Http Response的解析,封装,模仿servlet实现handler处理对应的URI。☆42Apr 29, 2017Updated 9 years ago
- 阿布的个人网站 SpringBoot(框架)-Mybatis(持久层)-Druid(数据监控)-Redis(缓存)-RabbitMQ(消息中间件)☆13Apr 18, 2018Updated 8 years ago
- clover 1、开发server和client端 定时向zk集群发送心跳数据包,利用Java自带的timer程序实现该功能 2、开发整天的monitor程序,用来定时向zk中获取server和client端的心跳数据信息,如果超过指定时间没有收到最新的数据包,那么任务se…☆199Apr 15, 2015Updated 11 years ago
- 包含Java中API的很多案例,Spring、SpringBoot、SpringCloud框架、Dubbo、Netty 服务端与客户端开发案例,,以及众多中间件Clint API的使用(感谢咕泡学院)☆11Mar 8, 2023Updated 3 years ago
- 一个模仿Kafka的简单消息中间件☆14Jun 29, 2022Updated 4 years ago
- 基于Netty的文件传输程序,方便与其他系统的集成☆21Jul 5, 2018Updated 8 years ago
- Managed Kubernetes at scale on DigitalOcean • AdDigitalOcean Kubernetes includes the control plane, bandwidth allowance, container registry, automatic updates, and more for free.
- java 实现线程池☆15Jan 11, 2017Updated 9 years ago
- Lecture material (slides, script) for a distributed systems Bachelor class☆13Jul 9, 2026Updated last month
- Tank Message Service 集成了Kafka等产品的消息服务中间件☆13Jan 23, 2017Updated 9 years ago
- golang自定义协议解决tcp粘包、拆包问题☆13Jan 28, 2022Updated 4 years ago
- 🚜线程安全、网络编程、消息中间件文章源 码🚜☆28Apr 19, 2018Updated 8 years ago
- spring cloud alibaba系列学习案列☆11Nov 3, 2019Updated 6 years ago
- 线程池、任务、任务组、任务池,定时任务的类库☆24Feb 28, 2026Updated 6 months ago
- Sending and receiving protobuf using NIO socket☆14Jan 24, 2026Updated 7 months ago
- 基于JAVA NIO 的轻量级消息传输框架。主要功能包括:文本消息传输、二进制文件传输、文本及二进制混合传输、消息的自定义实现加密传输算法、同步或异步传输、客户端、服务端框架内置心跳监听、服务端认证、支持网络断线客户端自动重连。☆43May 12, 2017Updated 9 years ago
- Deploy to Railway using AI coding agents - Free Credits Offer • AdUse Claude Code, Codex, OpenCode, and more. Autonomous software development now has the infrastructure to match with Railway.
- 百万级高性能分布式发布订阅系统,基于nio,netty开发,无锁并发,充分发挥cpu极限, 该项目已自带心跳检测功能,断线自动重连,非常稳定。 注意该项目软件编码为GBK,导入的时候一定要看清项目编码格式。☆76Jan 14, 2019Updated 7 years ago
- html+css+jquery 实例☆11Apr 2, 2018Updated 8 years ago
- Spring & Spring Boot & Spring Cloud & Alibaba Cloud 微服务与云原生实战☆21Jul 21, 2026Updated last month
- Spark SQL Macros provides a mechanism similar to Spark User-Defined function registration; with the key enhancement being that custom cod…☆16Mar 17, 2021Updated 5 years ago
- 使用火山引擎图片服务(ImageX)作为WordPress附件存储空间☆15May 27, 2026Updated 3 months ago
- 基于Java的多线程爬虫框架☆11Jun 14, 2024Updated 2 years ago
- 基于Hadoop平台的分布式搜索引擎☆11Feb 23, 2015Updated 11 years ago
- An implementation of write-ahead logging (WAL) for nodejs.☆16May 6, 2016Updated 10 years ago
- Custom Validation in Spring Boot example - Spring Boot custom validation annotation example - Spring Boot Rest API Validation☆14May 1, 2023Updated 3 years ago
- Deploy open-source AI quickly and easily - Special Bonus Offer • AdRunpod Hub is built for open source. One-click deployment and autoscaling endpoints without provisioning your own infrastructure.
- 百度百科多线程爬虫Java源码,数据存储采用了Oracle11g☆13Feb 23, 2017Updated 9 years ago
- 分布式在线聊天系统☆10Sep 17, 2014Updated 11 years ago
- ☆17May 8, 2018Updated 8 years ago
- 2016年阿里中间件性能挑战赛复赛☆91Apr 13, 2017Updated 9 years ago
- 《实战Java高并发程序设计》(葛一鸣 郭超著)上的代码清单加注释☆33Dec 23, 2018Updated 7 years ago
- 编程语言学习笔记☆15Mar 14, 2018Updated 8 years ago
- ☆18Jul 23, 2015Updated 11 years ago