} catch (AmqpException e) {
            String s;
            s = String.format("Cannot push message %s onto %s", message, rKey);
            LOGGER.error(s, e);
            throw new ServiceException(s, e);