Input
For more information about mapping and transforming input data, see TIBCO ActiveMatrix BusinessWorks™ Process Design.
The input for the activity is the following.
Input Item |
Datatype |
Description |
subject |
string |
The subject to send the request on. The default subject is displayed on the Advanced tab, but you can override the default by specifying a subject here. |
requestTimeout |
integer |
When publishing in request/reply mode, this element specifies the timeout (in milliseconds) to wait for the reply. |
preRegisterListener |
string |
When using TIBCO Rendezvous Certified Messaging (RVCM), this field specifies the cmname(s) of the RVCM subscriber(s). This allows the publisher to pre-register with any expected listeners. If multiple cmnames are specified, separate each cmname with a comma. Any listeners preregistered on the Transport tab are also preregistered with the listeners specified in this element. For more information about RVCM, see the TIBCO Rendezvous documentation. |
replySubject |
string |
The subject that replies to this message should be sent to. |
businessKey |
string |
This string is appended to the AE tracking info appInfo field. The AE tracking info for messages published is a concatenation of The AE tracking info id is set to the same value for all message publishers in a process definition. Note: It is a good idea to have all publishers in a process use the same business key. Only the most recent publisher’s business key is used in the tracking info for the message.
|
OtherProperties |
complex |
This element is only available when JMS Topic or JMS Queue is the transport and a JMS Application Properties resource is specified on the Transport tab. This element contains the message properties for the message. For more information about message properties, see JMS Properties. Only properties applicable to this type of message are displayed. |
body |
complex |
The schema definition for the specified adapter service. This can be overridden by specifying a different schema in the Custom AESchema Reference field on the Configuration tab, or by specifying a Request AE Schema when RequestReply is checked on the Configuration tab. |