Products | Versions |
---|---|
TIBCO BusinessConnect | - |
Not Applicable | - |
Resolution:
The BC transport returns control to the script immediately if it indicates that a retry is needed. If you need to delay the retry, you can use the userStatusMsg jobslot property to initialize it with 500 before doing a connect( ) and then check if the slot has 500 in subsequent script invocations before attempting connect( ). In such cases, the script could sleep a sufficient time before trying to reestablish the connection.