summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorMatthew Sackman <matthew@rabbitmq.com>2011-02-17 17:32:55 +0000
committerMatthew Sackman <matthew@rabbitmq.com>2011-02-17 17:32:55 +0000
commit2fa2b0e6bac986f75329aaf6641d71ded1bd6b28 (patch)
tree6a02c147279c48810d0d3be5fc4d862b926f0cfe /src
parent47791dccd45c0182cdd2e28e4339e5c4e896d2cf (diff)
downloadrabbitmq-server-git-2fa2b0e6bac986f75329aaf6641d71ded1bd6b28.tar.gz
Add to our own server_properties (informational only)
Diffstat (limited to 'src')
-rw-r--r--src/rabbit_reader.erl7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/rabbit_reader.erl b/src/rabbit_reader.erl
index e9ff97f952..be5a90af03 100644
--- a/src/rabbit_reader.erl
+++ b/src/rabbit_reader.erl
@@ -249,9 +249,10 @@ server_properties(Protocol) ->
NormalizedConfigServerProps).
server_capabilities(rabbit_framing_amqp_0_9_1) ->
- [{<<"publisher_confirms">>, bool, true},
- {<<"exchange_exchange_bindings">>, bool, true},
- {<<"basic.nack">>, bool, true}];
+ [{<<"publisher_confirms">>, bool, true},
+ {<<"exchange_exchange_bindings">>, bool, true},
+ {<<"basic.nack">>, bool, true},
+ {<<"consumer_death_notification">>, bool, true}];
server_capabilities(_) ->
[].