open fun setMessageConverter(messageConverter: MessageConverter): Unit
Set the MessageConverter to use to convert the payload of incoming and outgoing messages to and from byte[] based on object type, or expected object type, and the "content-type" header.
By default, SimpleMessageConverter is configured.