mirror of
https://github.com/apache/activemq.git
synced 2025-02-17 07:24:51 +00:00
git-svn-id: https://svn.apache.org/repos/asf/incubator/activemq/branches/activemq-4.0@423781 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
a2630500ba
commit
bd37ac540a
@ -68,6 +68,11 @@ public class WireFormatNegotiator extends TransportFilter {
|
||||
}
|
||||
}
|
||||
|
||||
public void stop() throws Exception {
|
||||
super.stop();
|
||||
readyCountDownLatch.countDown();
|
||||
}
|
||||
|
||||
public void oneway(Command command) throws IOException {
|
||||
try {
|
||||
readyCountDownLatch.await();
|
||||
|
Loading…
x
Reference in New Issue
Block a user