Products | Versions |
---|---|
TIBCO Enterprise Message Service | - |
Not Applicable | - |
Resolution:
Commands "purge topic" and "purge queue" can only purge a single destination. A destination with a wildcard in the name can be purged by command:
purge all topics|queues [pattern]
Example:
purge all topics a.b.*
purge all messages on a.b.1, a.b.2, etc.
purge all topics a.b.>
purge all messages on a.b.1, a.b.c.1, etc.