Configure a Tibco EMS connection

To use Tibco EMS, you need to install the Tibco EMS Client Library.

To configure a Tibco EMS connection, follow the steps below:

  1. Add a new connection and go to the Edit section of the API Connection Manager.

  2. Select Tibco EMS from the Type dropdown menu.

  3. Enter the Queue/Topic Name, i.e. the name of the queue or topic you want to connect to.

  4. Specify the Host, i.e. the name or IP address of the Tibco EMS server host.

  5. Enter the Port to listen to.

  6. Select a Type from the dropdown menu:

    • Select Queue for a one-to-one messaging pattern

    • Select Topic for one-to-many messaging

  7. Select a message type from the Message Type dropdown menu:

    • Select JmsTextMessage for messages with a single text string

    • Select JmsBytesMessage for messages that contain multiple types

  8. Optionally, enable the checkbox next to Peeking, to retrieve messages from topics or queues without consuming them.

  9. Optionally, enable the checkbox next to Secure connection to establish a connection with a secure protocol.

  10. If you use a secure connection, enter the Target Host, i.e. the name of the server as specified in the server certificate.

  11. In the Authentication section, enter your Username and Password if required.

  12. Optionally, configure XML and webservice security as described in chapter "Configure security".

Configure a Tibco EMS connection

For detailed information, see the Tibco EMS documentation.