summaryrefslogtreecommitdiff
path: root/src/rabbit_exchange_decorator.erl
diff options
context:
space:
mode:
authorSimon MacMullen <simon@rabbitmq.com>2012-04-24 17:50:00 +0100
committerSimon MacMullen <simon@rabbitmq.com>2012-04-24 17:50:00 +0100
commit119431ae9862d7a62292e25a17c0c96b3b0aeab1 (patch)
tree55fcce41f2a6d7f57e9a5963f9165b5e680937da /src/rabbit_exchange_decorator.erl
parentcff3dd3f0cab0caede5f72b3a991623438d2530b (diff)
downloadrabbitmq-server-119431ae9862d7a62292e25a17c0c96b3b0aeab1.tar.gz
Rework event serialisation thing so that decorators get a say too. It's a bit fiddly since we have to ensure that just because a decorator wants serials, doesn't mean everything else has to get them...
Diffstat (limited to 'src/rabbit_exchange_decorator.erl')
-rw-r--r--src/rabbit_exchange_decorator.erl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rabbit_exchange_decorator.erl b/src/rabbit_exchange_decorator.erl
index 362ec309..4fa87485 100644
--- a/src/rabbit_exchange_decorator.erl
+++ b/src/rabbit_exchange_decorator.erl
@@ -26,7 +26,7 @@ behaviour_info(callbacks) ->
%% delivered to an individual exchange can be serialised? (they
%% might still be delivered out of order, but there'll be a
%% serial number).
- {serialise_events, 0},
+ {serialise_events, 1},
{route, 2},