rabbitmqctl 常用命令

持续更新中...


  1. 查看服务器状态
rabbitmqctl status
  1. 查看队列信息
list_queues[-p vhostpath] [queueinfoitem ...]

The queueinfoitem parameter is used to indicate which queue information items to include in the results. The column order
in the results will match the order of the parameters. queueinfoitem can take any value from the list that follows:

  • name: The name of the queue.
  • messages: Sum of ready and unacknowledged messages.
  • consumers: Number of consumers.

可以通过该命令查看队列消息积压情况.

  1. 查看绑定信息
list_bindings [-p vhost] [bindinginfoitem ...]

The bindinginfoitem parameter is used to indicate which binding information items to include in the results. The column order
in the results will match the order of the parameters. bindinginfoitem can take any value from the list that follows:

  • source_name: The name of the source of messages to which the binding is attached. 当 source_kind 是 exchange 时, source_name 展示的是 exchange 名称. 如果为空则表示使用的默认 exchange
  • source_kind: The kind of the source of messages to which the binding is attached. Currently always exchange.
  • destination_name: The name of the destination of messages to which the binding is attached. 当 destination_kind 是 queue 时, destination_name 展示的是 queue 名称.
  • destination_kind: The kind of the destination of messages to which the binding is attached.
  • routing_key: The binding's routing key.
  1. 查看 connection 信息
list_connections [connectioninfoitem ...]

Returns TCP/IP connection statistics.

The connectioninfoitem parameter is used to indicate which connection information items to include in the results. The column
order in the results will match the order of the parameters. connectioninfoitem can take any value from the list that follows:

  • name: Readable name for the connection.
  • state: Connection state; one of starting, tuning, opening, running, flow, blocking, blocked, closing, closed.
  • channels: Number of channels using the connection.

有问题欢迎留言交流。

技术交流群:282575808
点击链接加入群聊【互联网技术交流群】

posted @   景岳  阅读(1140)  评论(0编辑  收藏  举报
编辑推荐:
· 10年+ .NET Coder 心语,封装的思维:从隐藏、稳定开始理解其本质意义
· .NET Core 中如何实现缓存的预热?
· 从 HTTP 原因短语缺失研究 HTTP/2 和 HTTP/3 的设计差异
· AI与.NET技术实操系列:向量存储与相似性搜索在 .NET 中的实现
· 基于Microsoft.Extensions.AI核心库实现RAG应用
阅读排行:
· 10年+ .NET Coder 心语 ── 封装的思维:从隐藏、稳定开始理解其本质意义
· 地球OL攻略 —— 某应届生求职总结
· 提示词工程——AI应用必不可少的技术
· Open-Sora 2.0 重磅开源!
· 周边上新:园子的第一款马克杯温暖上架
点击右上角即可分享
微信分享提示