* the following can be printed:
*
* Broker not responding,
* retrying [1 of 2 attempts, timeout=20 seconds]
*/
CommonCmdStatusEvent cse = newCommonCmdStatusEvent(CommonCmdStatusEvent.BROKER_BUSY);
cse.setNumRetriesAttempted(localNumRetries);
cse.setMaxNumRetries(numRetries);
cse.setRetryTimeount((incrTimeout/1000));
fireAdminEventDispatched(cse);
} else {
/*
* It looks like we timed out waiting for a reply
* even after several retries.