pingEMSServer
Method
Purpose
Pings TIBCO EMS server using the connection parameters specified. The connection URL formats for available drivers are as follows:
scheme://<host>:<port>
scheme
could be tcp
or ssl
(for secured connectivity). The default port is 7222.
Type
Open, Synchronous, IMPACT_INFO
Arguments
Name |
Type |
Description |
EMS Server URL |
String |
EMS host URL in the form (tcp)://<host>:<port> |
EMS User |
String |
EMS user name |
Password |
String |
EMS password |
Is Password Encrypted? |
String |
Is the password encrypted? Yes or No |
Connection Timeout |
String |
Connection timeout in seconds. By default it is empty. |
Returns
Name |
Type |
Description |
isServerAccessible |
String |
Is server accessible? True or False |
Status Code |
String |
Status code |
Status Details |
String |
Status details |