Chapter 13 Using jagtool and jagant


jmsprops

Description

Lists the properties for a JMS entity.

Syntax

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:
  • MessageQueue
  • MessageTopic
  • QueueConnectionFactory
  • ThreadPool
  • TopicConnectionFactory
- Yes

Examples

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" />

See Also

jmsset_props

 


Copyright © 2002 Sybase, Inc. All rights reserved.