Property
amqp
Property Name |
Type |
Description |
Required |
encoded |
string
|
|
|
locales |
string
|
|
|
mechanisms |
string
|
|
|
server_properties |
AmqpServerProperties
|
|
|
version_major |
integer
|
|
|
version_minor |
integer
|
|
|
AmqpServerProperties
Property Name |
Type |
Description |
Required |
capabilities |
AmqpCapabilities
|
|
|
copyright |
string
|
|
|
information |
string
|
|
|
platform |
string
|
|
|
product |
string
|
|
|
version |
string
|
|
|
AmqpCapabilities
Property Name |
Type |
Description |
Required |
basic.nack |
boolean
|
|
Yes
|
consumer_cancel_notify |
boolean
|
|
Yes
|
exchange_exchange_bindings |
boolean
|
|
Yes
|
publisher_confirms |
boolean
|
|
Yes
|
{
"version_major": 0,
"server_properties": {
"information": "Licensed under the MPL. See http://www.rabbitmq.com/",
"product": "RabbitMQ",
"copyright": "Copyright (C) 2007-2013 GoPivotal, Inc.",
"capabilities": {
"exchange_exchange_bindings": true,
"consumer_cancel_notify": true,
"publisher_confirms": true,
"basic.nack": true
},
"platform": "Erlang/OTP",
"version": "3.1.5"
},
"mechanisms": "PLAIN AMQPLAIN",
"encoded": "\u0000\n\u0000\n\u0000\t\u0000\u0000\u0001%\fcapabilitiesF\u0000\u0000\u0000X\u0012publisher_confirmst\u0001\u001aexchange_exchange_bindingst\u0001\nbasic.nackt\u0001\u0016consumer_cancel_notifyt\u0001\tcopyrightS\u0000\u0000\u0000'Copyright (C) 2007-2013 GoPivotal, Inc.\u000binformationS\u0000\u0000\u00005Licensed under the MPL. See http://www.rabbitmq.com/\bplatformS\u0000\u0000\u0000\nErlang/OTP\u0007productS\u0000\u0000\u0000\bRabbitMQ\u0007versionS\u0000\u0000\u0000\u00053.1.5\u0000\u0000\u0000\u000ePLAIN AMQPLAIN\u0000\u0000\u0000\u0005en_US",
"version_minor": 9,
"locales": "en_US"
}