[hornetq-commits] JBoss hornetq SVN: r8047 - branches/Replication_Clebert/src/main/org/hornetq/core/replication/impl.

do-not-reply at jboss.org do-not-reply at jboss.org
Mon Oct 5 19:02:37 EDT 2009


Author: clebert.suconic at jboss.com
Date: 2009-10-05 19:02:37 -0400 (Mon, 05 Oct 2009)
New Revision: 8047

Modified:
   branches/Replication_Clebert/src/main/org/hornetq/core/replication/impl/ReplicationEndpointImpl.java
Log:
local fix on the branch

Modified: branches/Replication_Clebert/src/main/org/hornetq/core/replication/impl/ReplicationEndpointImpl.java
===================================================================
--- branches/Replication_Clebert/src/main/org/hornetq/core/replication/impl/ReplicationEndpointImpl.java	2009-10-05 21:25:14 UTC (rev 8046)
+++ branches/Replication_Clebert/src/main/org/hornetq/core/replication/impl/ReplicationEndpointImpl.java	2009-10-05 23:02:37 UTC (rev 8047)
@@ -126,7 +126,7 @@
       storage.start();
 
       this.bindingsJournal = storage.getBindingsJournal();
-      this.messagingJournal = storage.getBindingsJournal();
+      this.messagingJournal = storage.getMessageJournal();
 
       // We only need to load internal structures on the backup...
       storage.loadInternalOnly();



More information about the hornetq-commits mailing list