ActiveMQ WebConsole的一些参数



 

     看了这个表格,具体的一列总是看不是很明白。查了一下:

 

Pending Queue Size - The number of messages in the queue that have yet to be delivered to any client 
Dispatched Counter - The number of message in the queue that have been delivered to a client, but not yet acknowledged 
Enqueue Counter - The number of messages that have been sent to this queue 
Dequeue Counter - the number of messages that have been consumed from this queue 

 

 

     经过实际测试之后:

    Pending Queue Size:是当前还没有被接收的消息数量。

    Dispatched Queue Size:是当前已经被客户端接收,但还没有ack回执同时commit的消息数量。

    Dispatched Counter:计数器;计算被客户端接收的次数,不管有没有收到加热。

    Enqueue Counter:入队列的消息数

    Dequeue Counter:出队列的消息数(既已被客户端以接收并回执)

 

    计算公式为:

           Enqueue Counter = Pending Queue Size + Dispatched Queue Size + Dequeue Counter

 

 

    以下是从官网截取:


  • Enqueue Count - the total number of messages sent to the queue since the last restart
  • Dequeue Count - the total number of messages removed from the queue (ack'd by consumer) since last restart
  • Inflight Count - the number of messages sent to a consumer session and have not received an ack
  • Dispatch Count - the total number of messages sent to consumer sessions (Dequeue + Inflight)
  • Expired Count - the number of messages that were not delivered because they were expired

 

 

  • 0
    点赞
  • 0
    收藏
    觉得还不错? 一键收藏
  • 0
    评论

“相关推荐”对你有帮助么?

  • 非常没帮助
  • 没帮助
  • 一般
  • 有帮助
  • 非常有帮助
提交
评论
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值