Пример #1
0
  public void connectionFailed(final HornetQException me, boolean failedOver) {
    try {
      HornetQLogger.LOGGER.clientConnectionFailed(name);

      close(true);

      HornetQLogger.LOGGER.clientConnectionFailedClearingSession(name);
    } catch (Throwable t) {
      HornetQLogger.LOGGER.errorClosingConnection(this);
    }
  }