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-11
The Command-Line Interface
JMSPriority
identifies the specified message’s priority. A message can fall within two categories 
of message priorities: Values of 0 through 4 are gradations of normal priority; 
values of 5 through 9 are gradations of expedited priority.
JMSReplyTo
identifies a destination to which a reply to the specified message is sent. The 
destination is supplied by the JMS client when the specified message is sent. A 
value of null indicates the destination for replying to the specified message was 
not specified at the time the message was sent.
JMSCorrelationID
is not currently supported by NSJMS. A value of null is returned in this field.
JMSType
identifies the type of message. The message type identifier is supplied by the JMS 
client when the specified message is sent.
Properties
identifies additional headers which provide a mechanism for adding optional 
header fields to the specified message.
Message body
identifies the type of information contained in the body of the specified message. 
NSJMS supports five forms for the body of a message: StreamMessage, 
MapMessage, TextMessage, ObjectMessage, and BytesMessage. When the body 
of a message is in the TextMessage form, the text of the message appears.
The INFO SUBSCRIPTION command returns a display such as:
The fields returned by the INFO SUBSCRIPTION command are:
Client ID
identifies the JMS client to which the durable subscription belongs.
Subscription Name
identifies the name of the specified subscription.
nsjms-> info subscription orders
Client ID: $xyz1
Subscription Name: subxyz1
Destination ID: 1
Nolocal: 1
Message ID: 994790988290










