首页
沸点
课程
数据标注
HOT
AI Coding
更多
直播
活动
APP
插件
直播
活动
APP
插件
搜索历史
清空
创作者中心
写文章
发沸点
写笔记
写代码
草稿箱
创作灵感
查看更多
登录
注册
huskyui
掘友等级
普通crud工程师
|
同程旅行
擅长adc
获得徽章 6
动态
文章
专栏
沸点
收藏集
关注
作品
赞
325
文章 106
沸点 219
赞
325
返回
|
搜索文章
最新
热门
虚拟机栈的局部变量
我们来解析一下method()这个方法学习于:尚硅谷2020最新版宋红康JVM教程
RabbitMQ-延迟队列
这个延迟队列创建时,声明dead letter exchange name和dead letter routing key。(这边的例子,我会在下面举例) 可以看到,生产者发送消息,消费者瞬间收到。并且死信队列不会监听到消息。 可以看到使用插件也可以实现这个功能。 可以看到发生…
RabbitMQ-Publisher Confirms
Publisher confirms are a RabbitMQ extension to implement reliable publishing. When publisher confirms are enabled on a channel, messages th…
spring cloud gateway
This project provides an API Gateway built on top of the Spring Ecosystem, including: Spring 5, Spring Boot 2 and Project Reactor. Spring C…
SpringCloud-config
Spring Cloud Config provides server-side and client-side support for externalized configuration in a distributed system. With the Config Se…
Spring Cloud-Hystrix
Hystrix is a latency and fault tolerance library designed to isolate points of access to remote systems, services and 3rd party libraries, …
SpringCloud-Eureka
Eureka是一种基于REST(Representational State Thransfer表现层状态转移)的服务,主要用于AWS的定位服务,以便实现中间层服务器的负载均衡和故障转移。
SpringBoot整合RabbitMQ
以下教程都可以在RabbitMQ在github的仓库rabbitmq-tutorial中找到,具体springboot在spring-amqp模块中。在这里面要讲一下如何运行相关代码
RabbitMQ-topic
在之前的一篇教程中,我们改进了日志系统。我们使用direct直接广播,而不是使用fanout,从而获得了选择性接收日志的可能性。 虽然使用direct exchange改进了我们的系统,但它任然有局限性--它不能基于多个标准进行路由。 消息发送到topic exchange不能…
RabbitMQ-routing
在之前的导航中,我们创建了一个简单日志系统,我们能够将日志信息广播到很多接受者。 在本篇导航中,我们将为其添加一个特性-我们将使订阅消息的一个子集成为可能。例如,我们能够将错误信息定向写入错误日志文件,同时能够在控制台打印所有信息。 绑定是交换和队列之间的关系。这可以简单地理解…
下一页
个人成就
文章被点赞
9
文章被阅读
19,362
掘力值
619
关注了
63
关注者
6
收藏集
13
关注标签
31
加入于
2019-04-25