Broker 10.15 | webMethods Broker Documentation | webMethods Broker Messaging Programmer's Guide | webMethods Messaging Administration | JMSAdmin Command Reference | JMSAdmin Command Descriptions | Show
 
Show
Displays the properties for a specified administered object in JNDI.
Syntax
show lookup-name
Remarks
In lookup-name, specify the JNDI name to which the object is bound.
Examples
The following show command displays the current properties of the queue that is bound to the name Q1:
/sub4/sub5> show Q1
Q1: com.webmethods.jms.impl.WmQueueImpl
QueueName: Q1
SharedState: false
SharedStateOrdering: none
The following show command displays the current properties of the topic that is bound to the name T1:
/sub4/sub5> show T1
T1: com.webmethods.jms.impl.WmTopicImpl
TopicName: TestAdmin::Topic::T1
EventType: TestAdmin::Topic::T1
SharedState: false
SharedStateOrdering: none
Related Commands
Display