How to avoid accumulation of temp queues in the EMS server?

How to avoid accumulation of temp queues in the EMS server?

book

Article ID: KB0087300

calendar_today

Updated On:

Products Versions
TIBCO ActiveMatrix BusinessWorks Plug-in for SAP Solutions -
Not Applicable -

Description

Resolution:
Accumulation of temp queues in the server will happen, if the requestor is gone before the reply is sent.  An application sends a request and uses a temp queue for the reply.  If the requestor times out or is stopped before getting the reply, the application that sends the reply is able to do so. That is, it is able to create the temp queue and put the message in it.  However there is no receiver for that queue and that will lead to an accumulation of temp queues in the server.

The above defect had been resolved since SDK 5.0.7.  A parameter setting (tibco.jmsReplyTimeout.&ltendpoint name>)can be added into tra file to solve this issue.

EMS 4.4.0 includes this fix

Issue/Introduction

How to avoid accumulation of temp queues in the EMS server?