All Downloads are FREE. Search and download functionalities are using the official Maven repository.

org.springframework.jms.remoting.package-info Maven / Gradle / Ivy

There is a newer version: 6.2.0
Show newest version
/**
 * 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. */ @NonNullApi @NonNullFields package org.springframework.jms.remoting; import org.springframework.lang.NonNullApi; import org.springframework.lang.NonNullFields;





© 2015 - 2025 Weber Informatics LLC | Privacy Policy