} catch (MessageConversionException e) {
            String s;
            s = String.format("Error converting message %s to AMQP message with %s destination", message, rKey);
            LOGGER.error(s, e);
            throw new ServiceException(s, e);