Administration Console Online Help

Previous Next Open TOC in new window
Content starts here

Web Service: Monitoring: Ports: Reliable Message

Buttons     Column Display     Related Tasks     Related Topics

Use this page to monitor reliable message sequences for a Web service endpoint on a single server.

Buttons

Name Description
Refresh icon

Refresh icon Causes the Administration Console to periodically poll the resource monitored by this page and refresh the display.

Column Display

You can show fewer or additional data points on this page by expanding Customize this table and modifying the Column Display list. Each data point displays in its own table column.

The following table lists all of the data points that you can display in columns on this page.

Name Description
Sequence

Sequence ID for this sequence.

Source

Flag that specifies whether this sequence is a source sequence (used to send requests) or a destination sequence (used to receive requests).

Destination

Destination ID for this sequence.

If this is a source sequence (Source is true and Offer is false) and it has completed the handshake process (that is, State is not New or Creating), then it is known to the destination/service by a different ID than the one returned by getId(). This ID is returned in the CreateSequenceResponse sent by the destination/service and is known as the source sequence destination ID. Note, source offer sequences do not have a destination ID because the source sends the ID with the CreateSequence, and thus both the source and destination side know the offer by the same ID.

Offer

Flag that specifies whether this sequence is an offer sequence (meaning it was set up during sequence handshaking to carry responses for a main sequence).

There are both source and destination flavors of an offer sequence, so this property should be used in tandem with Source to get full information about the type of this sequence. A source offer sequence is used to send responses from the service side. A destination offer sequence is used to receive responses on the client side.

Main Sequence

For offer sequences, specifies that the sequence is associated with another "main" sequence. This method gives the sequence ID of that sequence.

For source offer sequences (Source is true and Offer is true), then the main sequence will be a destination sequence (Source is false). For destination offer sequences (Source is false and Offer is true), then the main sequence will be a source sequence (Source is true).

State

Current state of the sequence.

Created

Time this sequence was created.

Last Activity

Time of the last activity to occur on this sequence.

Maximum Age

Time after which this sequence will expire.

Last Acknowledged Message

Message number (1 .. n) of the last request to have been acknowledged on this sequence (acknowledgement received by RM source or acknowledgement sent by RM destination).

Unacknowledged Messages

Number of requests that have not been acknowledged on this sequence (acknowledgement received by RM source or acknowledgement sent by RM destination).

Related Tasks

Related Topics


Back to Top