The Spring Framework

Package org.springframework.jms.remoting

Remoting classes for transparent Java-to-Java remoting via a JMS provider.

See:
          Description

Class Summary
JmsInvokerClientInterceptor Interceptor for accessing a JMS-based remote service.
JmsInvokerProxyFactoryBean Factory bean for JMS proxies.
JmsInvokerServiceExporter JMS MessageListener that exports the specified service bean as a JMS service endpoint, accessible via a JMS invoker proxy.
 

Package org.springframework.jms.remoting Description

Remoting classes for transparent Java-to-Java remoting via a JMS provider.

Allows the target service to be load-balanced across a number of queue receivers, and provides a level of indirection between the client and the service: They only need to agree on a queue name and a service interface.


The Spring Framework

Copyright © 2002-2006 The Spring Framework.