Hmnn...well I get a ton of errors trying to run the 8/10 snapshot, a bunch of spring BeanCreationException errors. Unfortunately I have to leave for work soon and it will be extremely difficult to download the snapshot and run it. If someone cares to give it a whack with my crappy little test code, I've uploaded it (crappy test code warning, no javadoc, poorly written, yadda yadda yadda).
http://www.nabble.com/user-files/253/TestWaiting.java TestWaiting.java http://www.nabble.com/user-files/254/TestSender.java TestSender.java http://www.nabble.com/user-files/255/TestReceiver.java TestReceiver.java http://www.nabble.com/user-files/256/Runner.java Runner.java http://www.nabble.com/user-files/257/jndi.properties jndi.properties rajdavies wrote: > > this is most odd - but it looks like its all related - could you try > the latest snapshot from here: > > http://people.apache.org/maven-snapshot-repository/org/apache/ > activemq/apache-activemq/ > > cheers, > > Rob > > Rob Davies > http://rajdavies.blogspot.com/ > > On 9 Aug 2006, at 23:53, cmose wrote: > >> >> This just gets more and more strange (to me at least): My little >> test sender >> sends out 10 text messages, 0-9; my test receiver just consumes >> every text >> message and prints out the text. >> Here's what I get after running my test sender once (e.g., 10 >> messages on >> the queue, 0-9) and then running my test receiver: >> Text Message 0 >> Text Message 1 >> Text Message 2 >> Text Message 3 >> Text Message 4 >> Text Message 5 >> Text Message 5 >> Text Message 6 >> Text Message 7 >> Text Message 8 >> Text Message 9 >> It looks like, in this case, one message is being redelivered? Is >> there some >> configuration that I'm missing or is this just a situation likely >> to be >> encountered when running the master slave configuration...?? (sure >> hope >> not). >> -- >> View this message in context: http://www.nabble.com/MasterSlave- >> failover-question-tf2081356.html#a5735343 >> Sent from the ActiveMQ - User forum at Nabble.com. >> > > > > > > > > > -- View this message in context: http://www.nabble.com/MasterSlave-failover-question-tf2081356.html#a5742005 Sent from the ActiveMQ - User forum at Nabble.com.
