Configuration
The Configuration tab has the following fields.
Field |
Global Var? |
Description |
Name |
No |
The name to appear as the label for the activity in the process definition. |
Description |
No |
Short description of the activity. |
Subject |
Yes |
The subject on which to publish the TIBCO Rendezvous message. You can override this value by specifying a subject on the Input tab. |
Transport |
No |
The TIBCO Rendezvous transport parameters. These are specified as a Rendezvous Transport shared configuration resource. For more information about shared configuration resources, see Rendezvous Transport . |
Request Timeout (msec) |
Yes |
The amount of time to wait (in milliseconds) for a reply to the TIBCO Rendezvous message. If no reply is received in the given time limit, an error is returned. |
Pre-register Listener |
Yes |
When using TIBCO Rendezvous Certified Messaging (RVCM), this field specifies the cmname(s) of the RVCM subscriber(s). This allows the sender to pre-register with any expected listeners. If multiple cmnames are specified, separate each cmname with a comma. For more information about RVCM, see the TIBCO Rendezvous documentation. |
XML Format |
No |
If checked, the bodies of the TIBCO Rendezvous request and reply messages are sent as a single field named "xml". This field is a byte array containing the body of the message. ActiveMatrix BusinessWorks automatically deserializes the reply message and represents the data of the message as a schema tree based on the schema specified in the Output Editor tab. |
Needs Output Validation |
No |
Specifies that you would like the reply message to be validated against the schema specified on Output Editor tab. An error is returned if a reply message does not match the specified schema. Validation does affect system performance, and you may want to uncheck this field to handle reply messages more quickly. If you uncheck this field, no validation is performed and any reply message that does not match the specified schema is processed. You should only uncheck this field if you can guarantee that reply messages conform to the expected schema. |
Needs Output Filtration |
No |
Specifies that only fields in the reply message that match the name and datatype of the schema elements specified on the Output Editor tab should be processed. Any elements that do not match the specified schema are ignored and not included in this activity’s output. This is useful if you need only a subset of the fields of a reply message. Any unnecessary fields are not included in the activity output. This can save memory, and consequently improve performance. Note: This option is only valid when the XML Format field is cleared. Do not select this check box when the XML Format field is also selected.
|
XML-Compliant Field Names |
No |
Specifies whether the field names of the outgoing message should be altered so that they comply with XML and ActiveEnterprise naming rules. Only field names that do not comply with XML and ActiveEnterprise naming rules are altered when this field is unchecked. When checked, field names are left unaltered. |