Serializes remote invocation objects and deserializes remote invocation result objects. Uses Java serialization just like RMI, but with the JMS provider as communication infrastructure.
To be configured with a {@link javax.jms.QueueConnectionFactory} and atarget queue (either as {@link javax.jms.Queue} reference or as queue name). @author Juergen Hoeller @since 2.0 @see #setConnectionFactory @see #setQueueName @see #setServiceInterface @see org.springframework.jms.remoting.JmsInvokerClientInterceptor @see org.springframework.jms.remoting.JmsInvokerServiceExporter
|
|