JmsInvokerClientInterceptor()
org.aopalliance.intercept.MethodInterceptor for accessing a JMS-based remote service.
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).
Thanks to James Strachan for the original prototype that this JMS invoker mechanism was inspired by!
Author
Juergen Hoeller
Author
James Strachan
Author
Stephane Nicoll
Since
2.0
See Also
#setConnectionFactory#setQueue#setQueueNameorg.springframework.jms.remoting.JmsInvokerServiceExporterorg.springframework.jms.remoting.JmsInvokerProxyFactoryBean