Archived

This forum has been archived. Please start a new discussion on GitHub.

Forcing reevalutation of an indirect proxy

I know that the address of an indirect proxy is only resolved once using the locator and then cached by the runtime until an exception is thrown.

However I was wondering if it would be possible to force an indirect proxy to resolve itself via the locator programtically without having to throw exceptions ? If you knew beforehand that something has changed.

Comments

  • benoit
    benoit Rennes, France
    Hi,

    No, I'm afraid it's not possible. However, we're planning to improve things regarding the locator cache in the future. For instance, we're planning to add a configuration property to allow to configure the "time to live" of the locator cache entries (and eventually disable the caching). We're also planning to add a feature to disable the use of the locator cache on a per proxy basis.

    Benoit.