[jboss-dev-forums] [Design of Messaging on JBoss (Messaging/JBoss)] - Re: intermittent failures i am seeing

ataylor do-not-reply at jboss.com
Fri Mar 27 11:54:24 EDT 2009


agreed, clebert can you try with this code change while I'm running the test suite

 public void stop() throws MessagingException
  |    {
  |       waitForOnMessageToComplete();
  |       synchronized (this)
  |       {
  |          if (stopped)
  |          {
  |             return;
  |          }
  |          stopped = true;
  |       }
  |    }

View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4221614#4221614

Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=4221614



More information about the jboss-dev-forums mailing list