Wildcards in Queues
TIBCO Enterprise Message Service enables you to use wildcards in queue names in some situations. You can neither send to nor receive from wildcard queue names. However, you can use wildcard queue names in the configuration files.
For example, if the queue configuration file includes a line:
foo.*
then users can dynamically create queues
foo.bar
,
foo.bob
, and so forth, but not
foo.bar.bob
.