TCMMessagePublisher

This activity sends a message to the TIBCO Cloud Messaging service.

Settings

Important: Refer the limitations outlined in the Overview section before using this trigger.

The Settings tab has the following fields.

Field Description
Connection Name of the TIBCO Cloud Messaging connection that you want to use.

Input Settings

The fields that you select in this tab will be available in the input schema in the Input tab.

Field Description
Message Schema A JSON object that you want to send to TIBCO Cloud Messaging.

Input

Field Description
destination The destination for a message.

In addition to destination, the Input tab displays the elements of the schema that you entered in the Input Settings tab in a tree format. You can input the values for each element by hard coding the value or mapping the value to an element from the output schema of a previous activity in the flow. See the section on Mapper in the TIBCO Cloud™ Integration - Flogo® (PAYG) documentation for details on how to map elements.

Loop

Refer to the section on "Using the Loop Feature in an Activity" in the TIBCO Cloud™ Integration - Flogo® (PAYG) User's Guide for information on the Loop tab.

Retry on Error

This tab allows you to set the number of times the flow to should try to execute the activity if it encounters a retriable error (such as waiting for a server to start, intermittent connection failures, or connection timeout) during the activity execution.

Field Description
Count The number of times the flow should attempt to execute the activity.
Interval The time (in milliseconds) to wait in between each attempt to execute the activity.
Related reference