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#...
Reply to the post :
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&a...