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 table lists the fields in the JMS Configuration panel:

Field Description
Name The session name.
Description Enter a description for the session.
Connection Type The connection type.

Select a connection type from the list:

  • Direct

    The connection is direct. This option is selected by default.

  • JNDI

    A JNDI Server is used.

Use SSL Not supported.
Provider URL The server URL.
Note: This field is displayed only when you select Direct from the Connection Type list.
Connection Factory The type of connection factory.
  • For the JMS topic transport session, the type is TopicConnectionFactory
  • For the JMS queue transport session, the type is QueueConnectionFactory
Note: This field is displayed only when you select Direct from the Connection Type list.
JNDI Reference The JNDI server information.
Note: This field is displayed only when you select JNDI from the Connection Type list.
Client ID The client ID.
User Identity The detailed user information.

Rendezvous Configuration Panel

In the Rendezvous Configuration panel, you can specify a session of the RV transport type.

The following table lists the fields in the Rendezvous Configuration panel:

Field Description
Name The session name.
Description Enter a description for the session.
Daemon The TIBCO RendezvousĀ® daemon.
Network The network for the transport.

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 The service for the transport.

By default, the inherited module property is defined to be TIBCO Rendezvous service (7500).

Use SSL Not supported.
Connection Type The connection type that you selected when creating the transport session.
The following fields are displayed only when the connection type is Certified:
CM name The CM name used to identify the delivery tracking session.

It must be unique across the entire network.

Ledger File The ledger file.
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 The relay agent for this transport.
Require Old Message Select this check box to make this transport require certified senders to 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) The maximum time in seconds that the call can be blocked while waiting for a reply.

The default value is 0.

The following fields are displayed only when the connection type is Distributed Queue:
CMQ name The CMQ name of the queue.
Worker Weight 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 The worker tasks.

The default value is 1.

Worker Complete Time (ms) The 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 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 in 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) The amount of time in milliseconds that 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) 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.