Tibco Data Source

This component is supported in Gathr on-premise. A TIBCO Enterprise Management Service (EMS) server provides messaging services for applications that communicate by monitoring queues.

Configuring Tibco Data Source

To add a Tibco Data Source into your pipeline, drag the Data Source to the canvas and right click on it to configure.

Under the Schema Type tab, you can Upload Data File and Fetch From Source

FieldDescription
Connection NameSelect the connection name from the available list of connections, from where you would like to read the data.
Messaging ModelOption to select the messaging model as either Topic or Queue.
Queue NameThe queue name should be specified.
DurableDurable name should be specified.
Number of ConsumersNumber of consumers should be specified.
Batch SizeMaximum number of records processed at one time. Keep values up to the Data Collector maximum batch size.
Connection TimeoutConnection timeout in milliseconds should be specified. 2000 by default.
Connection RetriesMaximum number of connection retries allowed should be specified. 3 by default.

Click on the Add Notes tab. Enter the notes in the space provided.

Click Done to save the configuration.

Top