diff options
| -rw-r--r-- | src/rabbit_exchange_type.erl | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/src/rabbit_exchange_type.erl b/src/rabbit_exchange_type.erl index 468ee0b4cf..d1563a6211 100644 --- a/src/rabbit_exchange_type.erl +++ b/src/rabbit_exchange_type.erl @@ -22,9 +22,10 @@ behaviour_info(callbacks) -> [ {description, 0}, - %% Should Rabbit ensure that all events delivered to an individual exchange - %% this can be serialised? (they might still be delivered out - %% of order, but there'll be a serial number). + %% Should Rabbit ensure that all binding events that are + %% 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}, {route, 2}, |
