You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by ch...@apache.org on 2012/02/08 14:57:12 UTC

svn commit: r1241901 - /activemq/activemq-apollo/trunk/apollo-broker/src/main/scala/org/apache/activemq/apollo/broker/Queue.scala

Author: chirino
Date: Wed Feb  8 13:57:12 2012
New Revision: 1241901

URL: http://svn.apache.org/viewvc?rev=1241901&view=rev
Log:
Message that got swapped back in would not have the sender field set.

Modified:
    activemq/activemq-apollo/trunk/apollo-broker/src/main/scala/org/apache/activemq/apollo/broker/Queue.scala

Modified: activemq/activemq-apollo/trunk/apollo-broker/src/main/scala/org/apache/activemq/apollo/broker/Queue.scala
URL: http://svn.apache.org/viewvc/activemq/activemq-apollo/trunk/apollo-broker/src/main/scala/org/apache/activemq/apollo/broker/Queue.scala?rev=1241901&r1=1241900&r2=1241901&view=diff
==============================================================================
--- activemq/activemq-apollo/trunk/apollo-broker/src/main/scala/org/apache/activemq/apollo/broker/Queue.scala (original)
+++ activemq/activemq-apollo/trunk/apollo-broker/src/main/scala/org/apache/activemq/apollo/broker/Queue.scala Wed Feb  8 13:57:12 2012
@@ -1774,6 +1774,7 @@ class QueueEntry(val queue:Queue, val se
         delivery.storeKey = messageRecord.key
         delivery.storeLocator = messageRecord.locator
         delivery.redeliveries = redelivery_count
+        delivery.sender = sender
 
         space += delivery