Kbase P12599: SonicMQ adapter JMS-MAX-MESSAGES exceeded
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  7/4/2008 |
|
Status: Unverified
SYMPTOM(s):
JMS-MAX-MESSAGES exceeded
When running more jobs (6) in a procedure through the adapter hitting JMS messages maximum exceed exception
FACT(s) (Environment):
SonicMQ
All Supported Operating Systems
Progress 9.x
OpenEdge 10.x
CAUSE:
50 more message objects were created then 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.