|
| Copyright © Cloud Software Group, Inc. All Rights Reserved |
See Scalability With Incoming Events in TIBCO ActiveMatrix BusinessWorks Process Design Guide for information on running the "Wait for..." activities in a multi-engine mode. See Using Wait for JMS Queue Message Activity in Multi-Engine Design for more details on using the activity in a multi-engine design.
The JMS connection. See JMS Connection for more information about creating a JMS connection. Note: If you are using TIBCO Enterprise Message Service as your JMS provider, you can use the Browse button next to this field after specifying a valid connection in the JMS Connection field. The Browse button displays a list of configured destinations in the JMS server that are appropriate for this activity.
• Text — The message is a java.lang.String.
• Client : the message will be acknowledged at a later point by using the Confirm activity. If the message is not confirmed before the process instance ends, the message is redelivered. Ensure that your process definition confirms the message when using this acknowledge mode.Note — In the TIBCO ActiveMatrix BusinessWorks 5.10 release, there is a change in the behavior of this feature. Now only the messages that are not confirmed, would be redelivered.
• Transactional : this mode is used when a transaction that can process JMS messages is included in the process definition. The message is acknowledged when the transaction commits. See TIBCO ActiveMatrix BusinessWorks Process Design for more information about creating transactions that JMS activities can participate in.
Any application-specific message properties that will be part of the message. This is specified by the JMS Application Properties shared configuration resource. Specifies the polling interval to check for new messages. This default interval is set by the custom engine property bw.plugin.jms.receiverTimeout. If no value is specified for the property, the default polling interval is one second.
This expression is specified in XPath, and only data from the incoming event is available for use in this XPath expression. See TIBCO ActiveMatrix BusinessWorks Process Design for more information about XPath expressions.
See TIBCO ActiveMatrix BusinessWorks Process Design for more information about mapping and transforming input data.
The value that is compared to the Candidate Event Key field of the Event tab to determine if this message applies to this process. See Message Event for an example of using the Candidate Event Key field with the key input item. See Appendix A, Specifying Data Schema for a complete description of using the Output Editor tab.
The message header fields for the message. See JMS Properties for more information about message header fields. The message properties for the message. See JMS Properties for more information about message properties.
•
•
•
•
•
•
•
• Note: The DynamicProperty will overwrite the value of a property (with the same name) added using the JMS Application Property.The Error Output tab lists the possible exceptions that can be thrown by this activity. See TIBCO ActiveMatrix BusinessWorks Error Codes for more information about error codes and corrective action to take.
|
| Copyright © Cloud Software Group, Inc. All Rights Reserved |