how i can find number of messages that are inside a queue?
HiThank you for reading my post.Can some one please let me know how i can find how much messages are inside a queue?Thanks.
If you are using < 4.0, no (you will need to exec the command from java)If you are running 4.0 or later, you can do this using the JMX api (see the JMX developers guide)