git-svn-id: https://svn.apache.org/repos/asf/activemq/trunk@1295672 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Robert Davies 2012-03-01 16:58:02 +00:00
parent f4d4c3b4ce
commit e2325f5d4f
1 changed files with 1 additions and 1 deletions

View File

@ -94,7 +94,7 @@ public class ActiveMQEndpointWorker {
//
}
public synchronized void run() {
public void run() {
currentReconnectDelay = INITIAL_RECONNECT_DELAY;
MessageActivationSpec activationSpec = endpointActivationKey.getActivationSpec();
if ( LOG.isInfoEnabled() ) {