EndPoint Configuration Panel

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

The following are Publisher endpoint configurations in a TIBCO Rendezvous session:

Field Description
Name Specify the endpoint name specified by default when creating the endpoint.
Description Enter a description for the endpoint.
Endpoint Type Select a type for the endpoint.
  • For a TIBCO Rendezvous Reliable Publisher, the available type is Rv Publisher.
  • For a TIBCO Rendezvous Certified Publisher, the available types are Rv Publisher and RvCm Publisher.
Wire Format Select a format in which messages are sent from the following options:
  • ActiveEnterprise Message

    This option is selected by default.

  • Rendezvous Message
  • XML Message

For more information about wire formats, see Wire Formats.

Subject Specify the subject name on which the Publisher sends out messages.
Reply Subject Specify the reply subject for the Publisher.
Message Timeout (ms) Specify 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 available only for Publishers in the TIBCO Rendezvous Certified sessions.
Pre-registered Listeners Specify 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 available only for Publishers in the TIBCO Rendezvous Certified sessions.

The following are Subscriber endpoint configurations in a TIBCO Rendezvous session:

Field Description
Name Specify the endpoint name specified by default when creating the endpoint.
Description Enter a description for the endpoint.
Endpoint Type Select a type for the endpoint.
  • For a TIBCO Rendezvous Reliable Publisher, the available type is Rv Subscriber.
  • For a TIBCO Rendezvous Certified Publisher, the available types are Rv Subscriber and RvCm Subscriber.
  • For a TIBCO Rendezvous Distributed Queue Subscriber, the available types are Rv Subscriber and RvCmq Subscriber.
Startup State Select a state when starting the endpoint from the following options:
  • None
  • Active

    This option is selected by default.

  • Inactive
Wire Format Select a format in which messages are sent from the following options:
  • ActiveEnterprise Message
  • Rendezvous Message

    This option is selected by default.

  • XML Message

For more information about wire formats, see Wire Formats.

Subject Specify the subject name on which the Subscriber receives messages.
Listen Timeout (ms) Specify 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 are Client endpoint configurations in a TIBCO Rendezvous session:

Field Description
Name Specify the endpoint name which specified by default when creating the endpoint.
Description Enter a description for the endpoint.
Endpoint Type Select a type for the endpoint.
  • For a TIBCO Rendezvous Reliable Publisher, the available type is Rv RPC Client.
  • For a TIBCO Rendezvous Certified Publisher, the available types are Rv RPC Client and RvCm RPC Client.
Subject Specify the subject name on which the client communicate with servers.
Invocation Timeout (ms) Specify 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 Specify 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 available only for Clients in the TIBCO Rendezvous Certified sessions.

The following are Server endpoint configurations in a TIBCO Rendezvous session:

Field Description
Name Specify the endpoint name specified by default when creating the endpoint.
Description Enter a description for the endpoint.
Startup State Select a state when starting the endpoint from the following options:
  • None
  • Active

    This option is selected by default.

  • Inactive
Endpoint Type Select a type for the endpoint.
  • For a TIBCO Rendezvous Reliable Server, the available type is Rv RPC Server.
  • For a TIBCO Rendezvous Certified Server, the available types are Rv RPC Server and RvCm RPC Server.
  • For a TIBCO Rendezvous Distributed Queue Server, the available types are Rv RPC Server and RvCmq RPC Server.
Subject Specify the subject name on which the server communicate with clients.

The following are Publisher endpoint configurations in a JMS session:

Field Description
Name Specify the endpoint name specified by default when creating the endpoint.
Description Enter a description for the endpoint.
Endpoint Type The type for the endpoint.

For a JMS Publisher, the type is JMS Publisher.

Delivery Mode Select a delivery mode for messages from the following options:
  • Persistent

    This option is selected by default.

  • Non-Persistent

For more information about delivery formats, see Delivery Modes.

Destination Specify the destination on which the Publisher sends out messages.
Reply Destination Specify the reply destination for the Publisher.
Message Priority Select a priority for messages to be sent from 0 to 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) Specify 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 are Subscriber endpoint configurations in a JMS session:

Field Description
Name Specify the endpoint name specified by default when creating the endpoint.
Description Enter a description for the endpoint.
Endpoint Type The type for the endpoint.

For a JMS Subscriber, the type is 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 Specify the destination on which the Subscriber receives messages..
Message Selector Specify 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 Select a delivery mode for messages from the following options:
  • Durable

    This option is selected by default.

  • Non-Durable

For more information about delivery formats, see Delivery Modes.

Note: This field is only available for Subscribers in the JMS Topic Sessions.
Durable Name Specify the name of the durable Subscriber.
Note: This field is only available for Subscribers in the JMS Topic Sessions.

The following are Client endpoint configurations in a JMS session:

Field Description
Name Specify the endpoint name specified by default when creating the endpoint.
Description Enter a description for the endpoint.
Endpoint Type The type for the endpoint.

For a JMS Client, the type is JMS RPC Client.

Delivery Mode Select a delivery mode for messages from the following options:
  • Persistent

    This option is selected by default.

  • Non-Persistent

For more information about delivery formats, see Delivery Modes.

Destination Specify the subject name on which the client communicates with servers.
Message Priority Select a priority for messages to be sent from 0 to 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) Specify 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 are Server endpoint configurations in a JMS session:

Field Description
Name Specify the endpoint name specified by default when creating the endpoint.
Description Enter a description for the endpoint.
Endpoint Type The type for the endpoint.

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

Destination Specify the subject name on which the server communicates with clients.
Message Selector Specify 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 Select a delivery mode for messages from the following options:
  • Durable

    This option is selected by default.

  • Non-Durable

For more information about delivery formats, see Delivery Modes.

Note: This field is only available for Servers in the JMS Topic Sessions.
Durable Name Specify the name of the durable Server.
Note: This field is only available for Subscribers in the JMS Topic Sessions.