Monitoring Java EE Components

Monitoring Queues

You can use many of Enterprise Manager’s queue management options on the queues utilized by an application deployed in a server. This section describes these options and their level of support.

The top right panel displays information about the selected queue.

Table 1–3 Queue Tab - Columns

Column Name 

Description 

Queue Name 

The name of the queue. 

Min Sequence Number 

JMS Grid does not use sequence numbers, so this column always displays the value zero (0). 

Max Sequence Number 

JMS Grid does not use sequence numbers, so this column always displays the value zero (0). 

Available Count 

The number of unprocessed messages in the queue. 

Number of Receivers 

The number of receivers for this queue. 

Last Published Date/Time 

The date and timestamp of the most recent message currently available in the queue. If no messages are available, this column shows the last publication date and time of the last message. 

You can list the messages in a queue in the bottom right panel.

The following table describes the columns in the Messages tab.

Table 1–4 Message Tab Columns

Property Name 

Description 

Sequence Number 

The values in this column are hash values generated from the message ID and do not have meaning for JMS Grid. 

Message ID 

The unique identification number for the message. 

Status 

Indicates whether the message is unread. 

Message Size 

The size of the message including the JMS header (in bytes). 

Delivery Mode 

Indicates whether the message is persistent or nonpersistent. 

Priority 

The priority of the message from 0 to 9, with 9 as the highest priority. 

Sent On 

The day, date, and time when the message was received. 

The bottom right panel includes the following buttons:

The paging feature is not supported in this release. However, if you refresh the view, the list changes as messages are consumed and new messages are received.