summaryrefslogtreecommitdiff
path: root/include/rabbit.hrl
diff options
context:
space:
mode:
authorSimon MacMullen <simon@rabbitmq.com>2010-06-25 14:11:30 +0100
committerSimon MacMullen <simon@rabbitmq.com>2010-06-25 14:11:30 +0100
commitecf4739616d100401bbe7738dbf18a689b383303 (patch)
tree2b5ec5ab69afe41cb720d3660f28173e0525eddc /include/rabbit.hrl
parent95da785c401e299ece5ac09937ce553182a2472a (diff)
downloadrabbitmq-server-git-ecf4739616d100401bbe7738dbf18a689b383303.tar.gz
Multi-protocol broker. Let joy be unconfined.
The resultant broker passes the entire 0-8 test suite on default. Unfortunately we can't run the full 0-9-1 test suite as that ends up trying to rebuild part of the broker which fails due to rabbitmq-codegen being on the wrong branch. However the Java functional tests all pass bar one; the exception is UnexpectedFrames.testMissingHeader which fails due to different error codes used on default. This will be fixed by bug 22886.
Diffstat (limited to 'include/rabbit.hrl')
-rw-r--r--include/rabbit.hrl2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/rabbit.hrl b/include/rabbit.hrl
index 7e6ba8fc2f..4174110fbb 100644
--- a/include/rabbit.hrl
+++ b/include/rabbit.hrl
@@ -181,7 +181,7 @@
-define(COPYRIGHT_MESSAGE, "Copyright (C) 2007-2010 LShift Ltd., Cohesive Financial Technologies LLC., and Rabbit Technologies Ltd.").
-define(INFORMATION_MESSAGE, "Licensed under the MPL. See http://www.rabbitmq.com/").
--define(PROTOCOL_VERSION, "AMQP 0-8").
+-define(PROTOCOL_VERSION, "AMQP 0-9-1 / 0-9 / 0-8").
-define(ERTS_MINIMUM, "5.6.3").
-define(MAX_WAIT, 16#ffffffff).