-
Updated
May 29, 2022 - Java
rabbitmq
Here are 5,078 public repositories matching this topic...
-
Updated
Feb 9, 2022 - Java
-
Updated
May 18, 2022
-
Updated
May 18, 2022 - Java
-
Updated
May 20, 2022 - Java
-
Updated
May 29, 2022 - Java
-
Updated
May 28, 2022 - Java
-
Updated
May 30, 2022 - Python
-
Updated
May 28, 2022 - C#
-
Updated
Sep 9, 2021 - Java
-
Updated
May 26, 2022 - Go
-
Updated
May 21, 2022 - PHP
This comment says that the message ID is optional,
but for SQL transport it is a mandatory attribute,
in turn it causes misunderstanding?
Is it possible to fix it or did I get something wrong?
https://github.com/ThreeDotsLabs/watermill/blob/b9928e750ba673cf93d442db88efc04706f67388/message/message.go#L20
https://github.com/ThreeDotsLabs/watermill/blob/b9928e750ba673cf93d442db88efc04706f6
-
Updated
Aug 17, 2021
-
Updated
May 23, 2022 - JavaScript
-
Updated
May 16, 2022 - C#
Prometheus能提供图片吗?
我看到可以通过Prometheus搭建监控环境,如果有图文,更容易理解.
-
Updated
May 20, 2022 - Java
-
Updated
May 29, 2022 - PHP
-
Updated
May 18, 2022 - C#
-
Updated
May 26, 2022 - Java
-
Updated
May 27, 2022 - TypeScript
Improve this page
Add a description, image, and links to the rabbitmq topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the rabbitmq topic, visit your repo's landing page and select "manage topics."
我们在使用过程出现了一个问题,就是当我们使用rabbitmq作为队列,并且在使用过程中中断队列,然后重新启动,有一定的概率导致无限的重连。

测试上是部署k8s环境,有两个pod,rabbitmq掉线重连后,其中一个pod正常了,但是另外一个pod一直都在尝试重连
使用代码也比较简单