EndPoint Configuration Panel
Use the EndPoint Configuration tab to configure an added endpoint in a session.
- Publisher Endpoint Configurations in a TIBCO Rendezvous Session
- Subscriber Endpoint Configurations in a TIBCO Rendezvous Session
- Client Endpoint Configurations in a TIBCO Rendezvous Session
- Server Endpoint Configurations in a TIBCO Rendezvous Session
- Publisher Endpoint Configurations in a JMS Session
- Subscriber Endpoint Configurations in a JMS Session
- Client Endpoint Configurations in a JMS Session
- Server Endpoint Configurations in a JMS 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. |
Wire Format | Select a format in which messages are sent from the following options:
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. |
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. |
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. |
Startup State | Select a state when starting the endpoint from the following options: |
Wire Format | Select a format in which messages are sent from the following options:
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. |
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. |
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: |
Endpoint Type | Select a type for the endpoint. |
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:
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:
For more information about delivery formats, see Delivery Modes. |
Durable Name | Specify the name of the durable Subscriber. |
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:
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:
For more information about delivery formats, see Delivery Modes. |
Durable Name | Specify the name of the durable Server. |