[hornetq-commits] JBoss hornetq SVN: r11288 - branches/Branch_2_2_EAP_cluster_clean3/src/main/org/hornetq/core/protocol/core/impl/wireformat.

do-not-reply at jboss.org do-not-reply at jboss.org
Thu Sep 1 20:27:20 EDT 2011


Author: clebert.suconic at jboss.com
Date: 2011-09-01 20:27:20 -0400 (Thu, 01 Sep 2011)
New Revision: 11288

Modified:
   branches/Branch_2_2_EAP_cluster_clean3/src/main/org/hornetq/core/protocol/core/impl/wireformat/SessionSendContinuationMessage.java
Log:
HORNETQ-753

Modified: branches/Branch_2_2_EAP_cluster_clean3/src/main/org/hornetq/core/protocol/core/impl/wireformat/SessionSendContinuationMessage.java
===================================================================
--- branches/Branch_2_2_EAP_cluster_clean3/src/main/org/hornetq/core/protocol/core/impl/wireformat/SessionSendContinuationMessage.java	2011-09-02 00:23:55 UTC (rev 11287)
+++ branches/Branch_2_2_EAP_cluster_clean3/src/main/org/hornetq/core/protocol/core/impl/wireformat/SessionSendContinuationMessage.java	2011-09-02 00:27:20 UTC (rev 11288)
@@ -61,6 +61,7 @@
    {
       super(PacketImpl.SESS_SEND_CONTINUATION, body, continues);
       this.requiresResponse = requiresResponse;
+      this.message = message;
    }
 
    /**



More information about the hornetq-commits mailing list