Products | Versions |
---|---|
TIBCO Enterprise Message Service | - |
Not Applicable | - |
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.