Consultor Eletrônico



Kbase P100425: SonicMQ Adapter 4GL code raising stop condition under heavy load
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   02/02/2005
Status: Unverified

FACT(s) (Environment):

Progress 9.1D

SYMPTOM(s):

SonicMQ Adapter 4GL code raising stop condition under heavy load

CAUSE:


JMS-MAXIMUM-MESSAGES limit hit

FIX:

Delete the message objects after they are consumed, send or published.
For a Receiver which returns a message handle as an output parameter in the message handler routine
call the setReplyAutoDelete procedure in the messageConsumer object to automatically delete the replies after sending them.