Collect and print queue statistics.
Usage: QpidQueueStats [options] Options: -h, --help show this help message and exit -a <address>, --broker-address=<address> broker-addr is in the form: [username/password@] hostname | ip-address [:<port>] ex: localhost, 10.1.1.7:10000, broker-host:10000, guest/guest@localhost -f <filter>, --filter=<filter> a list of comma separated queue names (regex are accepted) to show --sasl-mechanism=<mech> SASL mechanism for authentication (e.g. EXTERNAL, ANONYMOUS, PLAIN, CRAM-MD5, DIGEST-MD5, GSSAPI). SASL automatically picks the most secure available mechanism - use this option to override.
@author Fraser Adams