Does the EMS API have a class/method to generate the unique queuename/topicname?

Does the EMS API have a class/method to generate the unique queuename/topicname?

book

Article ID: KB0087919

calendar_today

Updated On:

Products Versions
TIBCO Enterprise Message Service -
Not Applicable -

Description

Resolution:
Each TemporaryQueue or TemporaryTopic object is unique. It cannot be copied.

As the temporary destinations are system generated for its internal mechanism (request/reply), it is taken as totally internal implementation to the EMS server and for facilitating request/reply in JMS.

As per JMS specification, a client application should not be able to create temp queues from a given temp queue name. Rather, a client application should only call createTempQueue() call without any name.

Issue/Introduction

Does the EMS API have a class/method to generate the unique queuename/topicname?