Using TIBCO Cloud Messaging with EMS for TIBCO ActiveMatrix BusinessWorks™ Plug-in for SAP Solutions

TIBCO Cloud™ Messaging (TCM) is a cloud messaging service provided by TIBCO Cloud™ Integration (TCI) platform, without the need to actually host the messaging server on-premise.

Before you begin To configure TCM, you need access of the TCM tenants in any TCI environment. Once the TCM service is launched successfully in a TCI environment, navigate to the Authentication tab and create a new role. For more information see, "Access Control Using Roles" in the Getting Started guide for TCM.

When the role is created successfully, download the yaml configuration file from the Authentication tab.

    Procedure
  1. In the Project Explorer pane, create a JMS Connection Resource.
  2. In the JMS Connection Resource, navigate to the Basic Configuration pane and specify the values for the following fields:

    1. Connection Factory Type: Select the Direct option.

    2. Messaging Style: Select the Queue/Topic option.

    3. Provider URL: Enter the Provider URL same as the ems_server value from the TCM config.yaml file

  3. Navigate to the Security pane, select the Username+Password radio button and specify the values for the following fields:

    1. Username: Enter the username same as of the ems_username from the TCM config.yaml file.

    2. Password: Enter the password same as of the tcm_authentication_key from the TCM config.yaml file.

  4. Click Test Connection

    Note: Since TIBCO BusinessWorks requires EMS 10.x libraries to be installed for TCM, ensure that the EMS 10.x libraries are included in the EMS supplement.
What to do nextOnce the JMS Connection is configured, run the application in TIBCO Business Studio for BusinessWorks or deploy it on a TCI environment.