Also, provide the JMS provideURL in the adapter tra in the following way:
tcp://< hostname>:7222, tcp://<hostname>:7222
2) Mechanism2:
Usage of adr3.tra file for Re-connectivity( can be used when JNDI is unchecked)
------------------------------------------- a) Add two urls to JmsProviderUrl global variable in adr3.tra separated by a comma.
e.g. tibco.clientVar.JmsProviderUrl =tcp://<ems_server_name>:7222,tcp://<ems_server_name:7222
b) Add two variables as shown below to adr3.tra file. This will be referenced by adapter when it tries to reconnect to JMS server tibco.jmsReconnectCount=10000
tibco.jmsReconnectDelay=5000
c) Go to "Connection Factory Name" field under all available JMS Sessions under "Advanced Folder" of Adapter configuration and make the value blank.
The value of tibco.jmsReconnectDelay above is in millisec
Issue/Introduction
How can we configure EMS reconnectivity for Tibco Adapter forSAP?