Collect and print events from one or more Qpid message brokers.
If no broker-addr is supplied, QpidPrintEvents connects to 'localhost:5672'. [broker-addr] syntax: [username/password@] hostname ip-address [:<port>] Examples: $ QpidPrintEvents localhost:5672 $ QpidPrintEvents 10.1.1.7:10000 $ QpidPrintEvents guest/guest@broker-host:10000 Options: -h, --help show this help message and exit --heartbeats Use heartbeats. --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