Just a fun fact for you, in case you ever find it useful: A new version of NMAP was just released today, and it includes a script called amqp-info which gathers a list of server properties from an AMQP server.<div><br></div><div>Here is an example output from a scan I ran on one of our test nodes:</div><div><br></div><div><div>Nmap scan report for target</div><div>Host is up (0.00092s latency).</div><div>PORT &nbsp; &nbsp; STATE SERVICE</div><div>5672/tcp open &nbsp;amqp</div><div>| amqp-info:&nbsp;</div><div>| &nbsp; capabilities:&nbsp;</div><div>| &nbsp; &nbsp; publisher_confirms: YES</div><div>| &nbsp; &nbsp; exchange_exchange_bindings: YES</div><div>| &nbsp; &nbsp; basic.nack: YES</div><div>| &nbsp; &nbsp; consumer_cancel_notify: YES</div><div>| &nbsp; copyright: Copyright (C) 2007-2011 VMware, Inc.</div><div>| &nbsp; information: Licensed under the MPL. &nbsp;See http://www.rabbitmq.com/</div><div>| &nbsp; platform: Erlang/OTP</div><div>| &nbsp; product: RabbitMQ</div><div>| &nbsp; version: 2.5.1</div><div>| &nbsp; mechanisms: PLAIN AMQPLAIN</div><div>|_ &nbsp;locales: en_US</div><div><br></div><div>Nmap done: 1 IP address (1 host up) scanned in 0.10 seconds</div></div><div><br></div><div>More info:&nbsp;<a href="http://seclists.org/nmap-dev/2012/q1/23">http://seclists.org/nmap-dev/2012/q1/23</a></div>