Chapter 13 Using jagtool and jagant
Lists the properties for a JMS entity.
Command line:
jmsprops entity
Ant build file:
<jag_jmsprops entity="entity" />
Option | Description | Default | Required |
---|---|---|---|
entity | The entity of interest, in the form EntityType:EntityName
.
Valid entity types are:
|
- | Yes |
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" />
Copyright © 2002 Sybase, Inc. All rights reserved. |
![]() |