FTL Subscriber
The FTL Subscriber is a process starter activity that starts the process based on the receipt of a message over a transport that is abstracted through a TIBCO FTL application endpoint. The transport details are not configured in the FTL Subscriber activity, instead it is configured in TIBCO FTL Realm Server.
General
The General tab has the following fields.
| Field | Literal Value/Process Property/Module Property | Description |
|---|---|---|
| Name | No | The name to be displayed as the label of the activity in the application. |
| FTL Realm Server Connection | Yes | The shared resource containing information for connecting to an FTL Realm Server and creating a Realm object. See FTL Realm Server Connection for more details. |
| Endpoint | Yes | TIBCO FTL application endpoint which is an abstraction for the underlying transports on which the
FTL Subscriber activity receives messages. The endpoint can have more than one transport.
Click the Browse button to locate the endpoints defined on the TIBCO FTL Realm Server. |
| Content Matcher | Yes | Specifies
FTL Subscriber activity's interest in messages based on their content. The syntax for example is,
{"My-Long":123}.
A content matcher selects a subset of messages from a message stream according to the fields and values in those messages. |
| Format | No | Defines the set of fields in the message that is sent by the
FTL Publisher activity. The form of each FTL message (its field names and their value datatypes) is governed by a format. The supported formats are:
|
| Format Name | Yes | The name of the format of the
FTL Subscriber message.
In addition, selecting the Predefined format enables the Browse button. Click the Browse button to obtain the predefined formats from the TIBCO FTL Realm Server. |
Advanced
The Advanced tab has the following fields.
Output Editor
The Output Editor tab defines the schema to use for incoming messages. This tab gets enabled only when you select the Custom format.

button to initiate multiple conversations. Refer to
Application Development guide for more information on conversations.