Kbase P172351: The OpenEdge SonicMQ ABL Adapter outputs the following warning message repeatedly:
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  8/26/2010 |
|
Status: Unverified
SYMPTOM(s):
The OpenEdge SonicMQ ABL Adapter outputs the following warning message repeatedly:
DestCache.putTempQueue(): : WARNING: tempQueueCache size is 1000
The OpenEdge client is repeatedly creating temporary queues using the createTemporaryQueue API
FACT(s) (Environment):
OpenEdge 10.1x
All Supported Operating Systems
CAUSE:
The SonicMQ Adapter keeps track of all temporary queues in its own internal cache. The warnings are being output to the log file when there are more than 1000 temporary queues stored in this internal cache.
FIX:
Make sure that you delete the temporary queues when you are done with them by using the deleteTemporaryQueue API.