Getting the number of pending messages in the queue #259
              
  
  Closed
              
          
                  
                    
                      dvbiryukov
                    
                  
                
                  started this conversation in
                General
              
            Replies: 1 comment
-
| https://stackoverflow.com/questions/42417721/view-delayed-messages-in-rabbitmq-management-ui thank you, I found the answer to my question | 
Beta Was this translation helpful? Give feedback.
                  
                    0 replies
                  
                
            
  
    Sign up for free
    to join this conversation on GitHub.
    Already have an account?
    Sign in to comment
  
        
    
Uh oh!
There was an error while loading. Please reload this page.
-
Is your feature request related to a problem? Please describe.
Hello! Thank you very much for your plugin!
Felt a lack of functionality...
I would like to control the number of messages in the status: waiting.
I would like to broadcast the number of accumulated messages with delayed delivery to some monitoring system.
Describe the solution you'd like
rabbitmqadmin get queue=<QueueName> delayed=trueDescribe alternatives you've considered
Made an attempt:
grep -c <QueueName> /var/lib/rabbitmq/mnesia/rabbit@host/[email protected]But unfortunately failed. The indicator received in this way remained constant, regardless of whether new pending messages were added or subtracted.
How else is it possible to control this indicator?
Thank!
Additional context
No response
Beta Was this translation helpful? Give feedback.
All reactions