This method override seems like it's causing out of order dispatch in the JmsTempDestinationTest disabling for now until we can research this further.

git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@643148 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Hiram R. Chirino 2008-03-31 21:00:33 +00:00
parent 8e98b13c87
commit c20b10bed8
1 changed files with 1 additions and 1 deletions

View File

@ -74,7 +74,7 @@ public class TempQueue extends Queue{
super.addSubscription(context, sub);
}
public void wakeup() {
public void xwakeup() {
boolean result = false;
synchronized (messages) {
result = !messages.isEmpty();