spring-framework / org.springframework.jms.support.destination / CachingDestinationResolver / removeFromCache

removeFromCache

abstract fun removeFromCache(destinationName: String): Unit

Remove the destination with the given name from the cache (if cached by this resolver in the first place).

To be called if access to the specified destination failed, assuming that the JMS Destination object might have become invalid.

Parameters

destinationName - the name of the destination