In BC 2.x, how can I set retryCount and retryWait for "Notify" tibXML operations?

In BC 2.x, how can I set retryCount and retryWait for "Notify" tibXML operations?

book

Article ID: KB0087926

calendar_today

Updated On:

Products Versions
TIBCO BusinessConnect -
Not Applicable -

Description

Resolution:
If the transport used is HTTP/S, this can be set in BCMiscProperties.cfg:

>>>>>>>>>>>>>>
# Controls the http retry Count for HttpOutputTask
bc.httpRetryCount: 3

# Controls the http retry wait(in milliseconds) for HttpOutputTask
bc.httpRetryWait: 120000
>>>>>>>>>>>>>>

Issue/Introduction

In BC 2.x, how can I set retryCount and retryWait for "Notify" tibXML operations?