Consultor Eletrônico



Kbase P124421: OE Adapter For SonicMQ: 5639 error when returning from Message handler
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   6/14/2007
Status: Unverified

FACT(s) (Environment):

Progress 9.x
OpenEdge 10.x

SYMPTOM(s):

OE Adapter For SonicMQ: 5639 error when returning from Message handler

User-defined function '<function>' invoked dynamically but could not be found. (5639)

User-defined function 'getJMSReplyTo' invoked dynamically but could not be found. (5639)

CAUSE:

The messages handlers OUTPUT PARAMETER handle replyH was deleted within the Message Handler. This caused the Adapters AutoReply Mechanism to fail.

FIX:

The OUTPUT PARAMETER handle of the message handler should never be deleted from within the message handler. This is needed for the AutoReply Mechanism of the adapter.