Re: Having Duplicate message when using failover and networkConnector .

2010-07-28 Thread honno
Sorry. I just test the scenario manually . It is difficult for me to write a junit test for the test scenario. Gary Tully wrote: > > can you package up your test case or ideally mash it into a junit test > case along the lines of some of the tests in: > http://svn.apache.org/viewvc/activemq/t

Re: Having Duplicate message when using failover and networkConnector .

2010-07-27 Thread Gary Tully
can you package up your test case or ideally mash it into a junit test case along the lines of some of the tests in: http://svn.apache.org/viewvc/activemq/trunk/activemq-core/src/test/java/org/apache/activemq/usecases/ BrokerQueueNetworkWithDisconnectTest and NoDuplicateOnTopicNetworkTest may prov

Re: Having Duplicate message when using failover and networkConnector .

2010-07-26 Thread honno
I use the same test case to test the 5.4-SNAPSHOT and the 5.3.3-SNAPSHOT which both have the duplicate message. So it maybe a bug in the version 5.3.0 ,5.3.2,5.3.3-SNAPSHOT and 5.4-SNAPSHOT. Gary Tully wrote: > > can you try your test case against a 5.4-SNAPSHOT? > > On 26 July 2010 10:47,

Re: Having Duplicate message when using failover and networkConnector .

2010-07-26 Thread Gary Tully
can you try your test case against a 5.4-SNAPSHOT? On 26 July 2010 10:47, honno wrote: > > HI,all. > I use failover transport to connect to brokerA and brokerB.The brokerA and > brokerB use a networkConnector to connect each other. > > But i found the brokerA has a duplicate message when restart