Monitoring the connection between communicating applications.

Classes

  ClassDescription
Public classMonitorChannelMessage
The message used by the monitor duplex output channel or monitor duplex input channel for the communication.
Public classMonitoredMessagingFactory
Provides the messaging system which monitors the connection in the underlying messaging system.
Public classReconnecter
The helper allowing to observe the particular duplex output channel. If the channel is disconnected, it tries to reopen the connection.

Enumerations

  EnumerationDescription
Public enumerationMonitorChannelMessageType
Type of the message sent by the monitor duplex output channel or monitor dupolex input channel.

Remarks

The monitoring is realized by sending 'ping' messages and receiving 'ping' responses. If the sending of the 'ping' fails or the 'ping' response is not received within the specified time, the connection is considered to be broken.