How to enable TIBCO API Exchange (APIX) Gateway to reconnect to an EMS server?
book
Article ID: KB0089240
calendar_today
Updated On:
TIBCO API Exchange
|
-
|
Not Applicable
|
-
|
Description
Description:
This article describes steps to enable APIX Gateway to reconnect to an EMS server.
Issue/Introduction
How to enable TIBCO API Exchange (APIX) Gateway to reconnect to an EMS server?
Resolution
To enable APIX Gateway to
reconnect to an EMS Server, specify the reconnect parameters in the
factories.conf file(s):
[TopicConnectionFactory]
type = topic
url = tcp://7222,tcp://7222
connect_attempt_count = 60
connect_attempt_delay = 5000
reconnect_attempt_count = 60
reconnect_attempt_delay = 5000
[QueueConnectionFactory]
type = queue
url = tcp://7222,tcp://7222
connect_attempt_count = 60
connect_attempt_delay = 5000
reconnect_attempt_count = 60
reconnect_attempt_delay = 5000
Feedback
thumb_up
Yes
thumb_down
No