Monitoring the connection between communicating applications.
Classes
| Class | Description | |
|---|---|---|
| MonitorChannelMessage |
The message used by the monitor duplex output channel or monitor duplex input channel for the communication.
| |
| MonitoredMessagingFactory |
Provides the messaging system which monitors the connection in the underlying messaging system.
| |
| Reconnecter |
The helper allowing to observe the particular duplex output channel.
If the channel is disconnected, it tries to reopen the connection.
|
Enumerations
| Enumeration | Description | |
|---|---|---|
| MonitorChannelMessageType |
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.