Tibco Messaging Service

Overview

TIBCO Enterprise Message Service (EMS) is a messaging middleware platform developed by TIBCO Software Inc. It facilitates the exchange of information and data between various applications, services, and devices in a distributed environment. EMS follows the publish-subscribe messaging paradigm and also supports point-to-point messaging.

This plugin contains two Smart services. One for sending the messages (TIBCO Producer Smart Service) and another for receiving messages (TIBCO Consumer Smart Service).

Key Features & Functionality

Implemented Topics and Queues: Topics serve as named destinations where publishers send messages, and subscribers can receive those messages. Queues provide point-to-point messaging where messages are sent to a specific queue and consumed by a single subscriber.

Limitations:

1. Supports only SSL communication between client and server.
2. Supported databases - mySql, mariaDB, Oracle and MS SQL.

Anonymous