How does pattern mataching work in show queues/topics?
book
Article ID: KB0092368
calendar_today
Updated On:
Products
Versions
TIBCO Enterprise Message Service
-
Not Applicable
-
Description
Resolution: Syntex: -- show topics [pattern-name [notemp|static|dynamic]] -- show queues [pattern-name [notemp|static|dynamic]]
If a pattern-name is not entered, this command shows a list of all queues/topics. If a pattern-name is entered (for example foo.*) this command shows a list of queues/topics that match that pattern.
We have two wild card characters, * and > which can be used for doing pattern matching.
It works like the following.
1) When we do "show queues/topics sample.*" It will list the queue with one sub level. For example, it can lists queues/topics like sample.1, sample.2 etc. 1) If we do "show queues/topics Sample.>" It will list all the sublevel matching of queues/topics. For example, sample.1, sample.1.1, sample.1.1.1 etc.
Issue/Introduction
How does pattern mataching work in show queues/topics?