JFAPInboundChannel

A channel which can be used in combination with the TCP Channel - or other channels which support the same application interface to accept inbound connections to into a WebSphere System Integration Bus messaging engine.

Inherits from type InboundTransportChannel and adds the following.

Attributes Summary
heartbeatInterval : intThe amount of idle time, in seconds, before the channel attempts to solicit a response from its peer to check that the peer is still active.
heartbeatTimeout : intThe amount of time, in seconds, to wait for a response from a peer after deciding to check that the peer is still alive.

Attribute Details

heartbeatInterval    -    The amount of idle time, in seconds, before the channel attempts to solicit a response from its peer to check that the peer is still active. The sum of this value and the heartbeat timeout value determines the maximum amount of time that it can take to discover that some types of network failure have occurred.
     data type:  int
     default Value:   300



heartbeatTimeout    -    The amount of time, in seconds, to wait for a response from a peer after deciding to check that the peer is still alive.
     data type:  int
     default Value:   15


Copyright IBM Corp. 1997-2004