Deploying On-Premise Enterprise Message Service

For on-premise Enterprise Message Service, install Enterprise Message Service on another computer and create queues and topics. For more information, see TIBCO® MDM Installation and Configuration Guide. When deploying on-premise Enterprise Message Service , perform the following steps:

Procedure

  1. Extract the createQueues.txt from TIBCO Product and Service Catalog Docker image at the location $MQ_HOME/bin/install.
  2. Run $EMS_HOME\bin\tibemsadmin -server tcp://$EMS_SERVER_NAME:$EMS_SERVER_PORT -user $EMS_USER -password $TPASS -script createQueues.txt.
  3. Extract the createtopic.txt and createtopic.sh from TIBCO Product and Service Catalog Docker image at the location $AC_HOME/bin.
  4. Run createtopic.sh to create channels. Use the following syntax to run the createtopic utility:
    > ./createtopic.sh <EMS_HOME> tcp://<EMS_HOST>:<EMS_PORT> <EMS_USERNAME> <EMS_PASSWORD> <SCRIPT_LOCATION>
    Where, script_location is <AC_HOME>/bin/createtopic.txt . For example,
    > ./createtopic.sh /opt/tibco/ems/8.4 tcp://localhost:7222 admin admin createtopic.txt