We have an interactive provider service which relies on sending a CLOSED_RECOVER when service is intermittently unavailable. This appears on our EMA client as follows:
[pool-2-thread-1] INFO <company.pkg>.EmaClient - Status Message for null: (-): StatusMsg
streamId="5"
domain="System Domain"
state="Open / Suspect / None / 'F9: Server has gone down. Will recall when a server becomes available.'"
itemGroup="00 03"
name="AR9TO"
serviceId="10002"
serviceName="<SERVCIENAME>"
StatusMsgEnd
The subscription is automatically retried after 120 seconds (basis the normalRetryTime configured on the ADS), but we would prefer a shorter retry time for our client. Can this timeout be configured within EmaConfig.xml or must we change the setting on the ADS? Can the ADS setting be varied on a per-channel or per-provider basis?