Skip navigation.

Administration Console Online Help

PreviousNextvertical dots separating previous/next from contents/index/pdfContents

JMS Queue: Monitoring: Messages

Buttons     Column Display     Related Tasks     Related Topics

This page summarizes the available messages for this queue. Use this page to create new messages, delete selected messages, move messages to another queue, export message contents to another file, import message contents from another, or drain all the messages from the queue.

Click on a message to view its contents.

Buttons

Name Description
Message Selector

Enables you to filter the messages on the queue based on any valid JMS message header or property. A message selector is a boolean expression. It consists of a String with a syntax similar to the where clause of an SQL select statement.

New

Creates new messages to be sent to a destination.

Delete

Deletes specific messages from the queue.

Move

Moves a message from a source destination to a target destination.

Import

Imports a message in XML format, which results in the creation or replacement of a message on the specified destination.

Export

Exports a message in XML format, which results in the creation or replacement of a message on the specified destination.

Drain

Drains all messages from the queue.

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
ID

A unique identifier for the message.

Type

The JMS message type, such as BytesMessage, TextMessage, StreamMessage, ObjectMessage, MapMessage, or XMLMessage.

CorrID

A correlation ID is a user-defined identifier for the message, often used to correlate messages about the same subject.

Priority

An indicator of the level of importance or urgency of the message, with 0 as the lowest priority and 9 as the highest. Usually, 0-4 are gradients of normal priority and 5-9 are gradients of expedited priority. Priority is set to 4 by default.

Timestamp

The time the message arrived on the queue.

Related Tasks

Related Topics

 

Skip navigation bar   Back to Top