summaryrefslogtreecommitdiff
path: root/include/rabbit.hrl
diff options
context:
space:
mode:
authorMichael Bridgen <mikeb@lshift.net>2010-03-18 12:42:57 +0000
committerMichael Bridgen <mikeb@lshift.net>2010-03-18 12:42:57 +0000
commit02becf40efe0665aef62493554fd3c12a5e16bfa (patch)
tree6007d8832daa28778bcd9eb388468b04158064a4 /include/rabbit.hrl
parent2bfce36f9575fb2465550b095e9e612b0ba159f6 (diff)
parent928aa9c03865357b82539bdcb1cd22f5f4ca3dc8 (diff)
downloadrabbitmq-server-git-02becf40efe0665aef62493554fd3c12a5e16bfa.tar.gz
Non-trivial merge of default into amqp_0_9_1. Queue exclusivity (bug
20578) and exchange hooks intersect in a few places. The main things to take care over are that the post-queue-deletion hooks gets called, and the exclusivity check is called. NB: exchange auto-delete machinery needs to be removed, which will simplify things in a few places.
Diffstat (limited to 'include/rabbit.hrl')
-rw-r--r--include/rabbit.hrl2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/rabbit.hrl b/include/rabbit.hrl
index 3baf8c1a67..b453bbde9f 100644
--- a/include/rabbit.hrl
+++ b/include/rabbit.hrl
@@ -173,6 +173,8 @@
-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(MAX_WAIT, 16#ffffffff).
+
-ifdef(debug).
-define(LOGDEBUG0(F), rabbit_log:debug(F)).
-define(LOGDEBUG(F,A), rabbit_log:debug(F,A)).