connect to Server
connect [server_url] [{admin|user_name password}]
Connect to the server. If you provide a username, a password is required.
Any administrator can connect. An administrator is either the admin user, any user in the $admin
group, or any user that has administrator permissions enabled. See TIBCO Enterprise Message Service™ User Guide, Administrator Permissions.
server_url
server_url is usually in the form:
protocol://host-name:port-number usernamepassword
For example:
tcp://myhost:7222 user1 password
The protocol can be tcp
or ssl
via Transport Layer Security (TLS).
Connecting via TLS
Connecting via TLS requires TLS parameters. See TIBCO Enterprise Message Service™ User Guide sections that follow :
For TLS passwords, you can provide a password file or use the ssl_password
option.
-
Use the
ssl_pwdfile
option to provide a password file. See TIBCO Enterprise Message Service™ User Guide, Options for tibemsadmin section for details. -
Use the the
ssl_password
option to specify the ssl password. Always use unmangled passwords. See TIBCO Enterprise Message Service™ User Guide, ssl_password section for details.
ssl_key
and ssl_identity
properties at the same time. EMS allows only one at a time. Also see disconnect from Server.