Configuration Panel
Use the JMS Configuration panel or Rendezvous Configuration panel to specify a session.
JMS Configuration Panel
In the JMS Configuration panel, you can specify a session of the JMS transport type.
If the connection type is Direct, you can click Test Connection to validate the connection.
The following is the JMS Configuration panel:
Field | Description |
---|---|
Name | Specify the session name that you have specified when creating the session. |
Description | Enter a description for the session. |
Connection Type | Select a connection type from the following options: |
Use SSL | Not supported. |
Provider URL | Specify the URL of the server from the Module Properties editor. |
Connection Factory | The type of connection factory. |
JNDI Reference | Specify the JNDI server information. |
Client ID | Specify the client ID from the Module Properties editor. |
User Identity | Specify detailed user information. |
Rendezvous Configuration Panel
In the Rendezvous Configuration panel, you can specify a session of the RV transport type.
The following is the Rendezvous Configuration panel:
Field | Description |
---|---|
Name | Specify the session name that you have specified when creating the session. |
Description | Enter a description for the session. |
Daemon | Specify the TIBCO RendezvousĀ® daemon for the session from the Module Properties editor. |
Network | Specify the network for the transport from the Module Properties editor.
By default, the inherited module property is an empty string, which is interpreted as the primary network. When computers have more than one network interface, you must specify the inherited module property. |
Service | Specify the service for the transport from the Module Properties editor.
By default, the inherited module property is defined to be TIBCO Rendezvous service (7500). |
Use SSL | Not supported. |
Connection Type | The connection type. |
The following fields are available only when the session type is Certified: | |
CM Name | Specify the CM name to identify the delivery tracking session from the Module Properties editor.
It must be unique across the entire network. |
Ledger File | Specify the ledger file from the Module Properties editor. |
Sync Ledger File | Select this check box to update the ledger file do not return until the changes are written to the storage medium.
Clear this check box to write changes to the storage medium asynchronously. This check box is selected by default. |
Replay Agent | Specify the relay agent for this transport. |
Require Old Message | Select this check box to let this transport requires certified senders retain unacknowledged messages sent to this persistent correspondent if the name attribute is non-NULL.
This check box is selected by default. |
Message Timeout (ms) | Specify the maximum time in seconds that the call can block while waiting for a reply.
The default value is 0. |
The following fields are available only when the session type is Distributed Queue: | |
CMQ Name | Specify the CMQ name of the queue from the Module Properties editor. |
Worker Weight | Specify the relative worker weights that 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 | Specify worker tasks for the session.
The default value is 1. |
Worker Complete Time (ms) | Specify worker complete time in milliseconds.
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, which indicates that the scheduler waits for a worker member to complete an assigned task. |
Scheduler Weight | Specify the scheduler weight.
The value of a scheduler weight represents the ability of this session to fulfill the role of scheduler, relative to other members of the same queue. The queue members use relative scheduler weight values to elect one member as the scheduler. Members with a higher scheduler weight take precedence. The field of all member sessions in the queue must be specified with the same value. The available values are unsigned decimals. The default value is 1. |
Scheduler Heartbeat (ms) | Specify how long a scheduler session can send heartbeat messages.
The field of all member sessions in the queue must be specified with the same value. The available values are unsigned decimals. The default value is 1000. |
Scheduler Activation (ms) | Specify the amount of time in milliseconds the heartbeat signal from a scheduler can be silent before the scheduler is replaced by the queue member with the greatest scheduler weight .
The field of all member sessions in the queue must be specified with the same value. The available values are unsigned decimals. The default value is 3000. |