Skip to content

Instantly share code, notes, and snippets.

Created January 22, 2014 15:55
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save anonymous/fe81ff0e890d26b220e6 to your computer and use it in GitHub Desktop.
Save anonymous/fe81ff0e890d26b220e6 to your computer and use it in GitHub Desktop.
Results from /api/overview
{
"management_version":"3.2.2",
"statistics_level":"fine",
"exchange_types":[
{
"name":"topic",
"description":"AMQP topic exchange, as per the AMQP specification",
"enabled":true
},
{
"name":"fanout",
"description":"AMQP fanout exchange, as per the AMQP specification",
"enabled":true
},
{
"name":"x-federation-upstream",
"description":"Federation upstream helper exchange",
"internal_purpose":"federation",
"enabled":true
},
{
"name":"direct",
"description":"AMQP direct exchange, as per the AMQP specification",
"enabled":true
},
{
"name":"headers",
"description":"AMQP headers exchange, as per the AMQP specification",
"enabled":true
}
],
"rabbitmq_version":"3.2.2",
"erlang_version":"R16B",
"erlang_full_version":"Erlang R16B (erts-5.10.1) [source] [64-bit] [smp:2:2] [async-threads:30] [hipe] [kernel-poll:true]",
"node":"rabbit@rabbitmq02",
"statistics_db_node":"not_running",
"listeners":[
{
"node":"rabbit@rabbitmq04",
"protocol":"amqp",
"ip_address":"::",
"port":5672
},
{
"node":"rabbit@rabbitmq05",
"protocol":"amqp",
"ip_address":"::",
"port":5672
},
{
"node":"rabbit@rabbitmq01",
"protocol":"amqp",
"ip_address":"::",
"port":5672
},
{
"node":"rabbit@rabbitmq02",
"protocol":"amqp",
"ip_address":"::",
"port":5672
},
{
"node":"rabbit@rabbitmq03",
"protocol":"amqp",
"ip_address":"::",
"port":5672
}
],
"contexts":[
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment