open fun setCache(cache: Boolean): Unit
Set whether to cache resolved destinations. Default is "true".
This flag can be turned off to re-lookup a destination for each operation, which allows for hot restarting of destinations. This is mainly useful during development.
Note that dynamic queues and topics get cached by destination name. As a consequence, you need to use unique destination names across both queues and topics.