LibraryToggle FramesPrintFeedback

A discovery URI must conform to the following syntax:

discovery://(DiscoveryAgentUri)?TransportOptions

Where the discovery agent URI, DiscoveryAgentUri, identifies a discovery agent, as described in Discovery agents above. The transport options, ?TransportOptions, are specified in the form of a query list (where the supported options are described in Table 7.1 ). If no transport options are required, you can use the following alternative syntax:

discovery://DiscoveryAgentUri

The list of transport options, TransportOptions, in the discovery URI can also be used to set options on the discovered transports. If you set an option not listed in Table 7.1, the URI parser attempts to inject the option setting into every one of the discovered endpoints.

For example, if you set the TCP connectionTimeout option to 10 seconds, as follows:

discovery://(multicast://default)?connectionTimeout=10000

The 10 second timeout setting is injected into every discovered TCP endpoint.

Comments powered by Disqus