2024-04-01
原文作者:立小言先森 原文地址: https://mingyang.blog.csdn.net/article/details/102753043

RabbitMQ学习笔记:Connections、Channels、Queues之state状态

连接、信道、队列状态如下:
Name running(运行中) flow(流控) idle(空闲) blocked(阻塞) unblocked(未阻塞)
Connections true true true true true
Channels true true true true true
Queue true true true true true

GitHub地址:https://github.com/mingyang66/spring-parent

阅读全文