Author: clebert.suconic(a)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();
Show replies by date