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:
Hiram R. Chirino 2008-06-20 19:46:34 +00:00
parent 6eeb2699dc
commit db2451cfd9
1 changed files with 1 additions and 1 deletions

View File

@ -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) {