EndPoint Configuration Panel
Use the EndPoint Configuration panel to configure an endpoint in a 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
- 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
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: 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: For more details about delivery formats, see Delivery Modes. |
Durable Name | The name of the durable Subscriber. |
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: 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: For more details about delivery formats, see Delivery Modes. |
Durable Name | The name of the durable server. |
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: The following types are available for the TIBCO Rendezvous Certified Publisher endpoint: |
Wire Format | The wire format in which messages are sent.
Select a wire format from the list: 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. |
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. |
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: The following types are available for the TIBCO Rendezvous Certified Subscriber endpoint: The following types are available for the TIBCO Rendezvous Distributed Queue Subscriber endpoint: |
Startup State | The state when starting the endpoint.
Select a state from the list: |
Wire Format | The wire format in which messages are sent
Select a wire format from the list: 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: The following types are available for the TIBCO Rendezvous Certified Client endpoint: |
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. |
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: |
Endpoint Type | The endpoint type.
Select an endpoint type from the list. The following type is available for the TIBCO Rendezvous Reliable Server endpoint: The following types are available for the TIBCO Rendezvous Certified Server endpoint: The following types are available for the TIBCO Rendezvous Distributed Queue Server endpoint: |
Subject | The subject name on which the server communicate with clients. |