FIX Module Version 7.2.December 2014 | Understanding and Using Fix Module | webMethods FIX Module | Appia Connections and Services | wm.fix.appia.connection:setRetryThreadDetails
 
wm.fix.appia.connection:setRetryThreadDetails
Sets the connection retry thread parameters.
Input Parameters
retryThreadDetails
Document The configuration details of the retry thread.
*connectionRetryLimitString Number of times to attempt to reconnect when the connection to the Appia server is lost. The default is 10.
*connectionRetrySleepIntervalString Number of milliseconds the connection retry thread should wait in between connection attempts. The default is 30000 milliseconds.
Output Parameters
error
String Optional. Error message generated while setting the connection retry thread parameters.
Usage Notes
After this service finishes executing, the connection retry thread restarts automatically with the new values. For more information about the connection retry thread, see Configuring FIX Module Connection Retry Thread Parameters.