chwshuang / rabbitmqLinks
rabbitmq入门学习代码
☆52Updated 10 years ago
Alternatives and similar repositories for rabbitmq
Users that are interested in rabbitmq are comparing it to the libraries listed below
Sorting:
- 服务网关集成dubbox rest服务☆152Updated 3 years ago
- 基于Spring Boot + Quartz 的分布式任务调度系统☆248Updated 5 years ago
- 用netty实现长连接和心跳监测的示例代码☆136Updated 7 years ago
- 基于事务的读写分离☆45Updated 7 years ago
- 基于Dubbo的分布式系统调用跟踪Demo☆69Updated 8 years ago
- activeMQ消息封装,主要解决:事务性消息、消息幂等性、异常造成的消息丢失问题 本项目不在更新,新项目请看ReliableMessageSystem: 本项目不再更新,新的版本迁移至ReliableMessageSystem 详情请看:https://g…☆124Updated 3 years ago
- 使用zipkin集成从http到dubbo rcp的调用链跟踪☆71Updated 8 years ago
- clover 1、开发server和client端 定时向zk集群发送心跳数据包,利用Java自带的timer程序实现该功能 2、开发整天的monitor程序,用来定时向zk中获取server和client端的心跳数据信息,如果超过指定时间没有收到最新的数据包,那么任务se…☆197Updated 10 years ago
- Spring Cloud与Dubbo共存方案☆158Updated 8 years ago
- 简单,集中,分布式的配置管理☆121Updated 7 years ago
- ⚡️ Nepxion Thunder is a distribution RPC framework based on Netty + Hessian + Kafka + ActiveMQ + Tibco + Zookeeper + Redis + Spring Web M…☆219Updated last year
- 封装activeMQ,支持数据库事务,使用Spring4注解方式,解决分布式事务问题本项目是对项目ActiveMQ项目优化☆97Updated 3 years ago
- 本项目是完全基于Spring Boot2和Springcloud Finchley所进行了开发的,目的是简化和统一公司内部使用微服务框架的使用方法☆236Updated 4 years ago
- 龙果开源-Mybatis代码自动生成工具☆169Updated 6 years ago
- ☆62Updated 8 years ago
- 多个spring 和ActiveMQ结合的项目,其中springMQ6最有参考价值,能运行,并且是maven项目,后加的springMQ7是纯java项目,只有activeMQ,能成功运行。这些项目都要开启activeMQ,在bin里面的activemq.bat☆74Updated 10 years ago
- 基于mybatis,springboot开箱即用的读写分离插件☆340Updated 4 years ago
- dubbox的介绍和简单示例☆78Updated 9 years ago
- ☆45Updated 8 years ago
- This is an example of automatically switching data sources for spring boot☆128Updated 8 years ago
- 基于SpringCloud微服务的示例项目、出发点是写一套完整微服务架构、集成有eureka、ribbon、feign、hystrix组件等,消费端有JSP、freemarker、thymeleaf三个版本,有完整的UI、增删改查及分页,防SQL注入、XSS攻击拦截等,同时…☆143Updated this week
- Spring-boot 集成druid数据库连接池,Spring-boot实现druid的动态数据源,Spring-boot实现定时任务schedule,spring-boot集成mybatis☆184Updated 7 years ago
- Allow cached values to be reloaded transparently, without dropping the already cached data☆117Updated 3 years ago
- 基于 Spring 和 Redis 的分布式消息队列(MessageQueue)实现