This closes #1047
This commit is contained in:
commit
f7a9ba4f65
artemis-core-client/src/main/java/org/apache/activemq/artemis/core/client/impl
|
@ -253,10 +253,6 @@ public final class ClientConsumerImpl implements ClientConsumerInternal {
|
|||
}
|
||||
}
|
||||
|
||||
if (m != null) {
|
||||
session.workDone();
|
||||
}
|
||||
|
||||
try {
|
||||
wait(toWait);
|
||||
} catch (InterruptedException e) {
|
||||
|
|
Loading…
Reference in New Issue