Consultor Eletrônico



Kbase 42599: SonicMQ adapter JMS-MAX-MESSAGES exceeded
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   10/05/1998
Solution ID: P12599

FACT(s) (Environment):

Progress 9.1C
SCO OpenServer 5.0.6
SonicMQ

SYMPTOM(s):

JMS-MAX-MESSAGES exceeded

When running more jobs (6) in a procedure through the adapter hitting JMS messages maximum exceed exception

CAUSE:

50 more message objects were sent as deleted

FIX:

Either keep the number of not deleted message objects below 50 or increase the value for the GLOBAL SHARED VAR JMS-MAX-MESSAGES.

Example:

DEF NEW GLOBAL SHARED VAR JMS-MAXIMUM-MESSAGES AS INT INIT 50.
JMS-MAXIMUM-MESSAGES = JMS-MAXIMUM-MESSAGES + 20.
MESSAGE "Set JMS-MAXIMUM-MESSAGES to " JMS-MAXIMUM-MESSAGES.