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. |
JMS Connection |
No |
The JMS connection. For more information about creating a JMS connection, see JMS Connection . |
Destination Queue |
Yes |
Name of the queue of the incoming message. The syntax of the queue name is specific to the JMS provider you are using. For more information about queue names, see your JMS provider documentation. 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.
|
Message Type |
No |
The type of the message. This can be one of the following:
|
Acknowledge Mode |
Yes |
The acknowledge mode for incoming messages. It can be one of the following:
|
|
|
|
|
|
|
Max Sessions |
Yes |
When the Acknowledge Mode field is set to Client, Transactional and Local Transactional, this field appears for specifying the maximum number of JMS sessions to create for incoming messages. When a JMS queue message is received, the session is blocked until the message is acknowledged. Because the acknowledgement can come at a later time with the Confirm activity, this field allows you to specify a maximum number of new sessions to create to handle incoming messages. After reaching a maximum number of sessions, no new incoming messages can be processed. The total number of active sessions is decreased and another incoming message can be processed after confirming an incoming message. |