Lists the properties for a JMS entity.
jmsprops connect-args entity
<jag_jmsprops entity=”entity” />
Option  | 
Description  | 
Required  | 
|---|---|---|
connect-args  | 
Arguments to specify a connection to the server. See “Using connected mode”.  | 
Yes  | 
entity  | 
The entity of interest, in the form  
  | 
Yes  | 
Return value  | 
Indicates  | 
|---|---|
0  | 
The command ran successfully; the result is true/success.  | 
2  | 
The command did not run successfully; an exception was thrown.  | 
This example lists properties for the message queue “MyQueue”:
jagtool jmsprops MessageQueue:MyQueue
This example does the same thing in an Ant build file:
<jag_jmsprops entity="MessageQueue:MyQueue" />