这是一件很酷的事
  • 首页
  • 归档
  • 分类
  • 标签
  • 关于

跟着rabbit官网教程练习

教程进入官网https://www.rabbitmq.com/ 点击get started 点击 RabbitMQ Tutorials 里面有7种教程。 网上有很多资料都说几种模式,好多图都是从这里来的。 hello word12345678910111213141516171819202122232425262728import java.io.IOException;import java.u
2023-06-15
mq
#mq #rabbitmq

rabbitmq性能测试

下载rabbitmq提供了测试项目rabbitmq-perf-test https://github.com/rabbitmq/rabbitmq-perf-test 查看帮助1java -jar perf-test-latest.jar --help 测试一个消费,一个生产 默认12字节的消息大小 接收和发送有1w+ msg/s 1java -jar perf-test-latest.
2023-06-15
mq
#mq #rabbitmq

rabbitmq概念

概述RabbitMQ:http://www.rabbitmq.com/ 是⼀个开源的AMQP实现,服务器端⽤Erlang语⾔编写,⽀持多种客户端,如:Python、Ruby、.NET、Java、C、⽤于在分布式系统中存储转发消息,在易⽤性、扩展性、⾼可⽤性等⽅⾯表现不错,与SpringAMQP完美的整合、API丰富易⽤。⽂档:https://www.rabbitmq.com/getstarted.
2023-06-15
mq
#mq #rabbitmq

mq的应用场景

概述“消息队列”是在消息的传输过程中保存消息的容器。 “消息”是在两台计算机间传送的数据单位。消息可以非常简单,例如只包含文本字符串;也可以更复杂,可能包含嵌入对象。消息被发送到队列中。 “消息队列”是在消息的传输过程中保存消息的容器。 消息队列管理器在将消息从它的源中继到它的目标时充当中间人。队列的主要目的是提供路由并保证消息的传递;如果发送消息时接收者不可用,消息队列会保留消息,直到可以成功地
2023-06-15
mq
#mq

github之前设置过代理后连接不上问题

提示fatal: unable to access ‘https://github.com/.git/‘: Failed to conne拒绝连接 解决12git config --global --unset http.proxy git config --global --unset https.proxy 终极解决改为SSH 协议 把公钥添加至github。 123git remote
2023-06-14
git
#git

rabbitmq内存不足触发内存告警

启因因为项目是直接拿过来的(有生产无测试环境),需要搭建测试环境,但是测试环境与生产环境的配置不一致。 启动项目时提示 1Consumer failed to start in 60000 milliseconds; does the task executor have enough threads to support the container concurrency? 网上查询说是rab
2023-06-13
mq
#mq #rabbitmq

rabbitmq安装延时队列插件

下载插件https://github.com/rabbitmq/rabbitmq-delayed-message-exchange/releases 版本号需要对应 12v3.11.1This release targets RabbitMQ 3.11.x and as such, requires Erlang 25. 解压并启用插件把下载的插件直接放到rabbitmq的plugins目录下。
2023-06-12
mq
#mq #rabbitmq

windows安装rabbitmq

安装Erlanghttps://www.erlang.org/ 点击download https://www.erlang.org/downloads 下载安装即可 安装rabbitmq-serverhttps://www.rabbitmq.com/ 搜索 Download 点击 Download + installation 点击 install windows 下载rabbitmq-serve
2023-06-09
mq
#mq #rabbitmq

git改分支名master改main

1GitHub is working on replacing the term “master” on its service with a neutral term like “main” to avoid any unnecessary references to slavery github觉得master有点slavery那味。 我们将本地仓库的master分支改名为**main 1g
2023-06-08
git
#git

趣谈网络协议网络分层

计算机网络有一个显著的特点,就是这是一个仅需要背诵,而且特别需要将原理烂熟于心的学科。 网络为什么要分层? 因为是个复杂的程序都要分层。 复杂的程序都要分层,这是程序设计的要求。 只要在网络上跑的包,都是完整的。可以有下层没有上层,绝对不可能有上层没下层。 所以,对TCP协议来说,三次握手也好,重试也好,只要想发出去包,就要有IP层和MAC层,不然发不出去。
2023-06-07
网络协议
#网络协议
1…89101112…24

搜索

Hexo Fluid
京ICP备18028493号 | police-icon 11010502035713