I am using spring amqp rabbitmq, and sending messages using
Message message = MessageBuilder .withBody(item.toString().getBytes()) .setReplyTo(\"importReply
Or you can add .setContentType="text/plain" and the converter will be able to convert to String for you.
.setContentType="text/plain"