949596979899100101102103104
{ method = new FailoverExchangeMethod(connectionDetails, conn); } else if (failoverMethod.equals(FailoverMethod.NO_FAILOVER)) { method = new NoFailover(connectionDetails); } else { try {
8687888990919293949596
9596979899100101102103104105
8889909192939495969798