How to configure the maximum time taken to establish a binding
| Summary |
|
|---|---|
| Environment | Orbix 6.3 All supported platforms |
| Question/Problem Description | How can the maximum time spent establishing a binding be configured? |
| Resolution | There are a number of policies governing the time taken to establish a binding. These can be set with the following configuration variables:policies:binding_establishment:initial_iteration_delay policies:binding_establishment:backoff_ratio policies:binding_establishment:max_binding_iterations policies:binding_establishment:max_forwards policies:binding_establishment:relative_expiryFor example, take the following settings: policies:binding_establishment:initial_iteration_delay = 100msFor this example, we will assume the binding will ultimately fail (allowing the above settings to come into play). As per the max_binding_iterations, the client will make 5 attempt to bind.
The above timings total 6500 milliseconds. This is the maximum amount of time the client will take to establish a binding, before throwing a transient exception.
|
#Orbix
#configuration
#Orbix6
#KnowledgeDocs