[jboss-dev-forums] [Design of Messaging on JBoss (Messaging/JBoss)] - Duplicated Messages during failover and NullPersistence
clebert.suconic@jboss.com
do-not-reply at jboss.com
Thu Mar 19 20:34:28 EDT 2009
I have made AutomaticFailoverWithDiscoveryTest to use real files on the journal.
If you make it use NullPersistence, and place testFailover on a loop, messages will be duplicated.
I moved the setupGroup to a super class (FailoverTestBase).
To replicate this issue, change the setUp to:
protected void setUp() throws Exception
| {
| super.setUp();
| setupGroupServers(true, "bc1", 5432, groupAddress, groupPort);
| }
|
View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4219677#4219677
Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4219677
More information about the jboss-dev-forums
mailing list