HP Integrity NonStop H-Series User Manual
Page 34
![background image](/manuals/397480/34/background.png)
Table 2 Management operations (continued)
NSMQ Support
Description
Operations
NSMQ
Management
Object
(Mbean)
Yes
Copies a message, with the given
JMS message ID, to the specified
destination.
copyMessageTo(String messageId, String
destinationName)
Yes
Copies messages to the specified
destination based on an SQL-92
copyMatchingMessagesTo(String selector,
String destinationName)
selection on the message headers
or XPATH on the body.
Yes
Copies up to a specified number of
messages to the specified
copyMatchingMessagesTo(String
selector,String destinationName,
maximumMessages)
destination based on an SQL-92
selection on the message headers
or XPATH on the body.
Yes
Moves a message, with the given
JMS message ID, to the specified
destination.
moveMessageTo(String messageId, String
destinationName)
Yes
Moves up to a specified number of
messages to the specified
moveMatchingMessagesTo(String selector,
String destinationName,
maximumMessages)
destination based on an SQL-92
selection on the message headers
or XPATH on the body.
Yes
Moves messages to the specified
destination based on an SQL-92
moveMatchingMessagesTo(String selector,
String destinationName)
selection on the message headers
or XPATH on the body.
Yes
Moves a message, with the given
JMS message ID, to its original
destination.
retryMessage(String messageId)
Yes
Number of messages available to
be paged in by the cursor.
cursorSize()
No
Message cursor has buffered
messages to deliver.
doesCursorHaveMessagesBuffered()
Yes
Checks if the message cursor has
memory space available and returns
true or false.
doesCursorHaveSpace()
Yes
Displays an array of all messages
in the destination based on an
browse(String selector)
SQL-92 selection on the message
headers or XPATH on the body.
Yes
Displays an array of all messages
in the destination.
browse()
Yes
Displays a list of all messages in the
destination.
browseAsTable()
Yes
Displays a list of all messages in the
destination based on an SQL-92
browseAsTable(String selector)
selection on the message headers
or XPATH on the body.
Yes
Resets statistics.
resetStatistics()
No
A list of all messages in the
destination.
browseMessages()
34
Managing NSMQ