mirror of https://github.com/apache/activemq.git
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:
parent
8e98b13c87
commit
c20b10bed8
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue