} catch (AmqpException e) {
            String s;
            s = String.format("Error on send the message %s to exchange %s and queue %s", message, exchangeName, queueName);
            LOGGER.error(s, e);
            throw new ServiceException(s, e);