Chapter 13 Using jagtool and jagant


jmslist

Description

Lists JMS entities of the specified type.

Syntax

Command line:

jmslist type

Ant build file:

<jag_jmslist type="type" />

Where type is one of the following JMS entity types:

Type specifier To list names of
ActiveMessageQueue Currently active message queues.
ConfMessageQueue Configured message queues (queues that were created administratively rather than programmatically).
ActiveMessageTopic Currently active message topics.
ConfMessageTopic Configured message topics (topics that were created administratively rather than programmatically).
QueueConnectionFactory Queue connection factories.
ThreadPool Thread pools.
TopicConnectionFactory Topic connection factories.

Note  

<system> message queue and thread pool The message service includes a message queue and a thread pool called "<system>" for tasks that require internal messaging, such as synchronizing a cluster. The <system> message queue and thread pool are visible in Jaguar Manager and as output from jagtool jmslist commands.

Examples

This command-line example lists active JMS message queues:

jagtool jmslist ActiveMessageQueue

This example does the same in an Ant build file:

<jag_jmslist type="ActiveMessageQueue" />

 


Copyright © 2002 Sybase, Inc. All rights reserved.