spring-framework / org.springframework.jms.remoting / JmsInvokerClientInterceptor / setDestinationResolver

setDestinationResolver

open fun setDestinationResolver(@Nullable destinationResolver: DestinationResolver): Unit

Set the DestinationResolver that is to be used to resolve Queue references for this accessor.

The default resolver is a DynamicDestinationResolver. Specify a JndiDestinationResolver for resolving destination names as JNDI locations.

See Also
org.springframework.jms.support.destination.DynamicDestinationResolverorg.springframework.jms.support.destination.JndiDestinationResolver