open fun setMessageConverter(@Nullable messageConverter: MessageConverter): Unit
Specify the MessageConverter to use for turning request messages into org.springframework.remoting.support.RemoteInvocation objects, as well as org.springframework.remoting.support.RemoteInvocationResult objects into response messages.
Default is a org.springframework.jms.support.converter.SimpleMessageConverter, using a standard JMS javax.jms.ObjectMessage for each invocation / invocation result object.
Custom implementations may generally adapt Serializables into special kinds of messages, or might be specifically tailored for translating RemoteInvocation(Result)s into specific kinds of messages.