mirror of https://github.com/apache/activemq.git
AMQ-6801: ensure transport listener is set before tripping latch to indicate startup is occuring
(cherry picked from commit 2e492569db
)
This commit is contained in:
parent
eca72dc81a
commit
ca86e2fbe6
|
@ -149,9 +149,9 @@ public final class WSTransportProxy extends TransportSupport implements Transpor
|
|||
|
||||
@Override
|
||||
protected void doStart() throws Exception {
|
||||
transport.setTransportListener(getTransportListener());
|
||||
socketTransportStarted.countDown();
|
||||
|
||||
transport.setTransportListener(getTransportListener());
|
||||
transport.start();
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue