EndPoint Configuration Panel

Use the EndPoint Configuration panel to configure an endpoint in a session.

The following table lists the fields in the EndPoint Configuration panel of the Publisher endpoint in a JMS session:

Field Description
Name The endpoint name.
Description Enter a description for the endpoint.
Endpoint Type The endpoint type, JMS Publisher.
Delivery Mode The delivery mode for messages.

Select a delivery mode from the list:

  • Persistent

    This option is selected by default.

  • Non-Persistent

For more details about delivery formats, see Delivery Modes.

Destination The destination on which the publisher sends out messages.
Reply Destination The reply destination for the publisher.
Message Priority The priority of messages

The available values are 0 - 9.

The default value is 4.

isCompressed Select this check box to compress the body of a message before sending the message to the server.

JMS compression ensures that messages take less memory space in storage.

This check box is cleared by default.

Message Timeout (ms) The amount of time in milliseconds before the message is discarded from the ledger file.

The default value is 0, which indicates that the timeout is infinite.

The following table lists the fields in the EndPoint Configuration panel of the Subscriber endpoint in a JMS session:

Field Description
Name The endpoint name.
Description Enter a description for the endpoint.
Endpoint Type The endpoint type, JMS Subscriber.
Auto Confirm Select this check box to let TIBCO Adapter SDK automatically confirms events for the Subscriber.

This check box is selected by default.

Destination The destination on which the subscriber receives messages..
Message Selector The message selector string that lets a client program specify a set of messages, based on the values of message headers and properties.

A selector matches a message if the string evaluates to true after substituting header and property values from the message into the selector string. Consumers can request that the server deliver only those messages that match a selector.

Delivery Mode The delivery mode.

Select a delivery mode from the list:

  • Durable

    This option is selected by default.

  • Non-Durable

For more details about delivery formats, see Delivery Modes.

Note: This field is displayed only for the Subscriber endpoint in the JMS Topic sessions.
Durable Name The name of the durable Subscriber.
Note: This field is displayed only when you select Durable from the Delivery Mode list of the Subscriber endpoint in the JMS Topic sessions.

The following table lists the fields in the EndPoint Configuration panel of the Client endpoint in a JMS session:

Field Description
Name The endpoint name.
Description Enter a description for the endpoint.
Endpoint Type The endpoint type, JMS RPC Client.
Delivery Mode The delivery mode for messages.

Select a delivery mode from the list:

  • Persistent

    This option is selected by default.

  • Non-Persistent

For more details about delivery formats, see Delivery Modes.

Destination The subject name on which the client communicates with servers.
Message Priority The priority of messages.

The available values are 0 - 9.

The default value is 4.

isCompressed Select this check box to compress the body of a message before sending the message to the server.

JMS compression ensures that messages take less memory space in storage.

This check box is cleared by default.

Invocation Timeout (ms) The amount of time in milliseconds before the message is discarded from the ledger file.

The default value is 0, which indicates that the timeout is infinite.

The following table lists the fields in the EndPoint Configuration panel of the Server endpoint in a JMS session:

Field Description
Name The endpoint name.
Description Enter a description for the endpoint.
Endpoint Type The endpoint type.

For a JMS Subscriber, the type is JMS RPC Server.

Destination The subject name on which the server communicates with clients.
Message Selector The message selector string that lets a client program specify a set of messages, based on the values of message headers and properties.

A selector matches a message if the string evaluates to true after substituting header and property values from the message into the selector string. Consumers can request that the server deliver only those messages that match a selector.

Delivery Mode The delivery mode.

Select a delivery mode from the list:

  • Durable

    This option is selected by default.

  • Non-Durable

For more details about delivery formats, see Delivery Modes.

Note: This field is displayed only for the Server endpoint in the JMS Topic sessions.
Durable Name The name of the durable server.
Note: This field is displayed only when you select Durable from the Delivery Mode list of the Server endpoint in the JMS Topic sessions.

The following table lists the fields in the EndPoint Configuration panel of the Publisher endpoint in a TIBCO Rendezvous session:

Field Description
Name The endpoint name.
Description Enter a description for the endpoint.
Endpoint Type The endpoint type.

Select an endpoint type from the list.

The following type is available for the TIBCO Rendezvous Reliable Publisher endpoint:

  • Rv Publisher

    This option is selected by default. .

The following types are available for the TIBCO Rendezvous Certified Publisher endpoint:

  • Rv Publisher
  • RvCm Publisher

    This option is selected by default. .

Wire Format The wire format in which messages are sent.

Select a wire format from the list:

  • ActiveEnterprise Message

    This option is selected by default.

  • XML Message

For more details about wire formats, see Wire Formats.

Subject The subject name on which the publisher sends out messages.
Reply Subject The reply subject for the publisher.
Message Timeout (ms) The amount of time in milliseconds before the message is discarded from the ledger file.

The default value is 0, which indicates that the timeout is infinite.

Note: This field is displayed only when the type of the TIBCO Rendezvous Certified Publisher endpoint is RvCm Publisher.
Pre-registered Listeners The list of listeners preregistered for this publisher.

Listeners in the list must be separated by commas.

Refer to each listener by using the CM name of the session.

Note: This field is displayed only when the type of the TIBCO Rendezvous Certified Publisher endpoint is RvCm Publisher.

The following table lists the fields in the EndPoint Configuration panel of the Subscriber endpoint in a TIBCO Rendezvous session:

Field Description
Name The endpoint name.
Description Enter a description for the endpoint.
Endpoint Type The endpoint type.

Select an endpoint type from the list.

The following type is available for the TIBCO Rendezvous Reliable Subscriber endpoint:

  • Rv Subscriber

    This option is selected by default.

The following types are available for the TIBCO Rendezvous Certified Subscriber endpoint:

  • Rv Subscriber
  • RvCm Subscriber

    This option is selected by default.

The following types are available for the TIBCO Rendezvous Distributed Queue Subscriber endpoint:

  • Rv Subscriber
  • RvCmq Subscriber

    This option is selected by default.

Startup State The state when starting the endpoint.

Select a state from the list:

  • None
  • Active

    This option is selected by default.

  • Inactive
Wire Format The wire format in which messages are sent

Select a wire format from the list:

  • ActiveEnterprise Message
  • XML Message

For more details about wire formats, see Wire Formats.

Subject The subject name on which the subscriber receives messages.
Listen Timeout (ms) The amount of time in milliseconds the subscriber cannot receive a message before the adapter configuration performs any actions specified in the program for that case.

The default value is 0.

The following table lists the fields in the EndPoint Configuration panel of the Client endpoint in a TIBCO Rendezvous session:

Field Description
Name The endpoint name.
Description Enter a description for the endpoint.
Endpoint Type The endpoint type.

Select an endpoint type from the list.

The following type is available for the TIBCO Rendezvous Reliable Client endpoint:

  • Rv RPC Client

    This option is selected by default.

The following types are available for the TIBCO Rendezvous Certified Client endpoint:

  • Rv RPC Client
  • RvCm RPC Client

    This option is selected by default.

Subject The subject name on which the client communicate with servers.
Invocation Timeout (ms) The amount of time in milliseconds that the client cannot receive any reply before the application receives an error notification.

The default value is 0.

Preregistered Listeners The comma-separated list of listeners preregistered for the client.

Refer to each listener using the CM name of the session.

Note: This field is displayed only for the Client endpoints in the TIBCO Rendezvous Certified sessions.

The following table lists the fields in the EndPoint Configuration panel of the Server endpoint in a TIBCO Rendezvous session:

Field Description
Name The endpoint name.
Description Enter a description for the endpoint.
Startup State The state when starting the endpoint.

Select a state from the list:

  • None
  • Active

    This option is selected by default.

  • Inactive
Endpoint Type The endpoint type.

Select an endpoint type from the list.

The following type is available for the TIBCO Rendezvous Reliable Server endpoint:

  • Rv RPC Server

    This option is selected by default.

The following types are available for the TIBCO Rendezvous Certified Server endpoint:

  • Rv RPC Server
  • Rvcm RPC Server

    This option is selected by default.

The following types are available for the TIBCO Rendezvous Distributed Queue Server endpoint:

  • Rv RPC Server
  • Rvcmq RPC Server

    This option is selected by default.

Subject The subject name on which the server communicate with clients.