@jc:ConnectionRetrySettings
Specifies the retry settings for the connection to the MQSeries queue manager.
Syntax
@jc:ConnectionRetrySettings
[retryCount="connection retry count value"]
[retryWaitTimeInMilliseconds="wait time in milliseconds between each retry"]
Attributes
These attributes determine the retry setting values for the connection.
retryCount
The retry count should be a positive integer value representing the number of times the MQSeries control attempts to establish a connection to the MQSeries queue manager.
retryWaitTimeInMilliseconds
The interval, in milliseconds, that the MQSeries control waits between each attempt to establish a connection to the MQSeries queue manager.