Transport Options

You can use the Transport panel to change and configure the transport options.

The Transport panel includes the following parts:
Session and endpoint
Endpoints represent the services that the adapter provides. Sessions encapsulate transport information. A service encapsulates both an endpoint and the corresponding session.
When you create an adapter service, a corresponding endpoint and a session are created automatically. In general, you do not have to change these default settings. If you want to change the session, click the browse button next to the Session Reference field to open the Model Select window and select the session you want to use. You can also add a session by clicking New in the window. After you click New, the Transport Create window opens.
For supported sessions and endpoints and their configuration options, see Sessions and Endpoints.
You can click the Session Reference or Endpoint Reference link to open a specific session or endpoint in the Transports tab.
Transport subject or destination, and wire format
Depending on what transport you use, a corresponding session is created when you create an adapter service:
  • Transport Type: JMS
  • Transport Type: Rendezvous

Transport Type: JMS

If you select JMS as the transport type, JMS and its options are displayed in the Transport panel.

The following table lists the options for the JMS transport session.

Name Description
Destination Name on which the service publishes to a topic or sends messages to a queue.

You can specify a destination name different from the default value in this field.

Wire Format Format in which messages are sent. Only the XML Message option is available.

For details, see Guideline for Configuring the Wire Format.

Delivery Mode (JMS Connection only) Delivery mode in which messages are sent.

For Publication Service, the Non-Persistent and Persistent options are available.

For Subscription Service and Request-Response Service, the Non-Durable and Durable options are available.

For details, see Guideline for Configuring the Delivery Mode (JMS Only).

Transport Type: Rendezvous

If you select Rendezvous as the transport type, Rendezvous and its options are displayed in the Transport panel.

The following table lists the options for the Rendezvous transport session.

Name Description
Subject Subject name to use by default when publishing.

You can specify a subject name different from the default value in this field.

Wire Format Format in which messages are sent.
The following options are available:
  • ActiveEnterprise Message
  • XML Message

For details, see Guideline for Configuring the Wire Format.