Link to home
Start Free TrialLog in
Avatar of beer9
beer9Flag for India

asked on

How can I see the activeMQ queue status (in and out message stats)

I have ssh access (root level) to my activemq server, I want to see the queue/message details. How can I check that?
ASKER CERTIFIED SOLUTION
Avatar of Jan Bacher
Jan Bacher
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of beer9

ASKER

I have following files related to mail log, how to get the activeMQ queue details?

root@host:/var/log# ls -l mail.*
-rw-r----- 1 syslog adm    104 Nov 23 23:04 mail.err
-rw-r----- 1 syslog adm    104 Nov 23 23:04 mail.log
-rw-r----- 1 syslog adm 739460 Nov  4 10:55 mail.log.1

Open in new window

Do you have the "mailq" command?

# which mailq
Avatar of beer9

ASKER

$ which mailq
/usr/bin/mailq

Open in new window