+

Search Tips   |   Advanced Search

Transport chains

Transport chains represent a network protocol stack used for I/O operations within an application server environment.

Transport chains are part of the channel framework function providing a common networking service for all components, including the service integration bus component of IBM service integration technologies, WebSphere Secure Caching Proxy, and the high availability manager core group bridge service.

A transport chain consists of one or more types of channels, each of which supports a different type of I/O protocol, such as TCP, DCS. or HTTP. Network ports can be shared among all of the channels within a chain. The channel framework function automatically distributes a request arriving on that port to the correct I/O protocol channel for processing.

Transport channel types.

(ZOS) If we have a routine that issues a call to start transports during server startup, unless we have a mixed-node environment and that server is running in either a Version 6.x node, we must modify our routine to issue a call to start transport chains instead of the transports. The product issues an error message if it receives a call to start transports for a server that is not running in a v6.x node.


  • Administer application servers
  • Configure transport chains
  • Transport chains collection