Sessions
The adapter provides Rendezvous sessions and JMS sessions. After adding a session in the All Adapter Transport panel and its endpoints, configuration options for the session are displayed in the Configuration panel. The transport type of the session you select determines specific session options.
No matter which transport type of session you select, JMS or Rendezvous, the general information of the session is displayed in a generic configuration panel at the top of the Configuration panel. Apart from the generic configuration, most sessions have more configuration options. These options are displayed in one or more configuration panels.
For more information, see the TIBCO Rendezvous documentation.
For more information, see the TIBCO Enterprise Message Service documentation.
Rendezvous Configuration
Rendezvous Options: Reliable Session
No additional configuration is required for the Reliable sessions.
Rendezvous Options: Certified Session
Rendezvous Options: Distributed Queue Session
Field | Description |
---|---|
CMQ name | The sequence of module properties that specify the name of the queue. |
Worker Weight | Relative worker weights assist the scheduler in assigning tasks. When the scheduler receives a task, it assigns the task to the available listener with the greatest listener weight. The default value is 1. |
Worker Tasks | Worker tasks for this session. The default value is 1. |
Worker Complete Time (ms) | If the complete time is non-zero, the scheduler waits a worker member to complete an assigned task. If the complete time elapses before the scheduler receives completion from the worker member, the scheduler reassigns the task to another worker member. The default value is 0. |
Scheduler Weight | The ability of this session to fulfill the role of scheduler, relative to other members in the same queue. The queue members use relative scheduler weight values to elect one member as the scheduler. Members with higher scheduler weight take precedence.
The acceptable values range from 0 to 65545. The default value is 1. |
Scheduler Heartbeat (ms) | The scheduler session sends heartbeat messages at this interval (in milliseconds).
All member sessions in the queue must specify the same value for this parameter. The acceptable values are unsigned decimals. The default value is 1000. |
Scheduler Activation (ms) | When the heartbeat signal from the scheduler has been silent for this interval (in milliseconds), the queue member with the greatest scheduler weight takes its place as the new scheduler.
All member sessions in the queue must specify the same value for this parameter. The acceptable values are unsigned decimals. The default value is 3000. |