Products | Versions |
---|---|
TIBCO ActiveMatrix BusinessWorks Plug-in for SAP Solutions | - |
Not Applicable | - |
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.<endpoint name>)can be added into tra file to solve this issue.
EMS 4.4.0 includes this fix