JmsInvokerProxyFactoryBean()
FactoryBean for JMS invoker proxies. Exposes the proxied service for use as a bean reference, using the specified service interface.
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 javax.jms.QueueConnectionFactory and a target queue (either as javax.jms.Queue reference or as queue name).
Author
Juergen Hoeller
Since
2.0
See Also
#setConnectionFactory#setQueueName#setServiceInterfaceorg.springframework.jms.remoting.JmsInvokerClientInterceptororg.springframework.jms.remoting.JmsInvokerServiceExporter