Administrator Server Notification and Messaging Bus Server
The notification server is an Enterprise Message Service server that delivers status messages sent by hosts and nodes to the Administrator server.
As part of configuration, set up the notification and messaging bus server. To use SSL, see Secure Communication Channels. To enable SSL communications, see SSL Requirements.
Field | Description |
---|---|
Machine Name Port List | Comma-separated list of
machinename:port addresses for a TIBCO Enterprise Message Service (EMS) server.
Default: machinename:port, where machinename is the host on which TIBCO Configuration Tool is being executed and port is 7222. The default machinename:port is tcp://hostname:7222. If the Enterprise Message Service server is SSL enabled, the hostname is ssl://hostname:7222. |
Username | Username for the EMS server. The user must have administrator privileges in the EMS server. If the user does not have administrator privileges, configure your EMS server as described in
Configuring TIBCO Enterprise Message Service Servers for Non-Admin Users.
Default: admin. |
Password | Password for the EMS user.
Default: None. |
TIBCO Enterprise Message Service server is SSL enabled. Specify a trust store to establish trust with this server. | Select to enable the database server for SSL. When checked, the SSL Keystore Configuration fields are enabled.
Default: Cleared. |
No Messaging Bus |
See Determining Whether an Enterprise Needs a Messaging Bus. Select to create an enterprise that does not use a messaging bus. This is useful in scenarios where you do not want to distribute entities (components and bindings) of an application to different Nodes and hence do not need a messaging bus. In such scenarios, applications can be deployed even if the messaging bus is down or not available.
Default: Cleared. For more information on how to configure messaging bus settings related to an environment, see TIBCO ActiveMatrix Service Grid Administration Guide. |
Test Connection | Click the Test Connection button to test connection to TIBCO Enterprise Message Service (EMS) server. |
[GenericConnectionFactory] type = generic url = ssl://7243 ssl_verify_host = enabled ssl_trusted = EMS_HOME/version/samples/certs/server_root_cert.pemIn the tibemsd.conf, include the following:
listen = ssl://7243 authorization = enabled ssl_server_identity = EMS_HOME/version/samples/certs/server.cert.pem ssl_server_key = EMS_HOME/version/samples/certs/server.key.pem ssl_password = password ssl_server_trusted = EMS_HOME/version/samples/certs/server_root.cert.pem