[hornetq-commits] JBoss hornetq SVN: r12201 - trunk/hornetq-core/src/main/java/org/hornetq/core/protocol/core/impl/wireformat.

do-not-reply at jboss.org do-not-reply at jboss.org
Mon Feb 27 10:03:44 EST 2012


Author: borges
Date: 2012-02-27 10:03:44 -0500 (Mon, 27 Feb 2012)
New Revision: 12201

Modified:
   trunk/hornetq-core/src/main/java/org/hornetq/core/protocol/core/impl/wireformat/ReplicationSyncFileMessage.java
Log:
clarify behavior when sync'ing large messages

Modified: trunk/hornetq-core/src/main/java/org/hornetq/core/protocol/core/impl/wireformat/ReplicationSyncFileMessage.java
===================================================================
--- trunk/hornetq-core/src/main/java/org/hornetq/core/protocol/core/impl/wireformat/ReplicationSyncFileMessage.java	2012-02-27 15:03:25 UTC (rev 12200)
+++ trunk/hornetq-core/src/main/java/org/hornetq/core/protocol/core/impl/wireformat/ReplicationSyncFileMessage.java	2012-02-27 15:03:44 UTC (rev 12201)
@@ -110,6 +110,9 @@
             buffer.writeSimpleString(pageStoreName);
             break;
          }
+         case LARGE_MESSAGE:
+         default:
+            // no-op
       }
 
       buffer.writeInt(dataSize);



More information about the hornetq-commits mailing list