mirror of https://github.com/apache/activemq.git
Possible fix for AMQ-1819.. Hopefully sending the broker info async will break the deadlock.
git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@670045 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
parent
6eeb2699dc
commit
db2451cfd9
|
@ -856,7 +856,7 @@ public class TransportConnection implements Connection, Task, CommandVisitor {
|
|||
transport.start();
|
||||
|
||||
active = true;
|
||||
this.processDispatch(connector.getBrokerInfo());
|
||||
dispatchAsync(connector.getBrokerInfo());
|
||||
connector.onStarted(this);
|
||||
}
|
||||
} catch (Exception e) {
|
||||
|
|
Loading…
Reference in New Issue