diff options
author | Rob Harrop <rharrop@vmware.com> | 2010-09-17 12:57:10 +0100 |
---|---|---|
committer | Rob Harrop <rharrop@vmware.com> | 2010-09-17 12:57:10 +0100 |
commit | 11568e8447b4ff39861b730896800c942c469498 (patch) | |
tree | 85d3e1530674ca7b3e1fb93ded7a941c849a5fdb /src/rabbit_backing_queue.erl | |
parent | 38b735411ae58bb1f0e767f5d41e433b1432c34d (diff) | |
download | rabbitmq-server-11568e8447b4ff39861b730896800c942c469498.tar.gz |
added msg_properties to publish_delivered so they can be rehydrated later
Diffstat (limited to 'src/rabbit_backing_queue.erl')
-rw-r--r-- | src/rabbit_backing_queue.erl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/rabbit_backing_queue.erl b/src/rabbit_backing_queue.erl index cc7f8571..5cb78368 100644 --- a/src/rabbit_backing_queue.erl +++ b/src/rabbit_backing_queue.erl @@ -67,7 +67,7 @@ behaviour_info(callbacks) -> %% Called for messages which have already been passed straight %% out to a client. The queue will be empty for these calls %% (i.e. saves the round trip through the backing queue). - {publish_delivered, 3}, + {publish_delivered, 4}, %% Produce the next message. {fetch, 2}, |