NonStop JMS User's Manual (H06.03+, J06.03+, NonStop JMS 3.0+)
Managing the NSJMS Environment
NonStop Server for Java Message Service User’s Manual—522356-006
7-10
The Command-Line Interface
Destination Create Date
identifies the date the queue or topic was created.
The INFO MESSAGE command returns a display such as:
The JMS header fields returned by the INFO MESSAGE command are:
JMSMessageID
identifies a specific message.
JMSDestination
identifies the queue or topic name for the specified message.
JMSDeliveryMode
identifies the JMS delivery mode. A value of 2 indicates a persistent delivery mode;
a value of 1 indicates a nonpersistent delivery mode.
JMSTimestamp
identifies when the specified message was sent in milliseconds. It is set
automatically by the message producer.
JMSExpiration
identifies when the specified message expires.
JMSRedelivered
identifies if the specified message was redelivered to the consumer. A value of
true indicates the specified message was redelivered; a value of false indicates
the specified message was not redelivered.
nsjms-> info message salesqueue_994790988290
#1
JMSMessageID: salesqueue_994790988290
JMSDestination: salesqueue
JMSDeliveryMode: 1-(Non-Persistent)
JMSTimestamp: 994790988290 (Tue Jul 10 11:49:48 PDT 2001)
JMSExpiration: 1625942988227 (NO EXPIRATION)
JMSRedelivered: false
JMSPriority: 1
JMSReplyTo: null
JMSCorrelationID: null
JMSType: TextMessage
Properties: No Properties Found
Message body: Request an estimate on S74000 processor.
1 message(s) found