Kbase P101871: Adapter for SonicMQ: Cannot delete the session while handling a message
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  12/20/2007 |
|
Status: Unverified
FACT(s) (Environment):
Progress 9.x
OpenEdge 10.x
All Supported Operating Systems
SYMPTOM(s):
Unable to delete a session in an error handler
Unable to delete a session in a message handler
Cannot delete the session while handling a message
CAUSE:
This error will occur if deleteSession() is called on a session that is in the process of handling a message.
FIX:
Ensure message reception has finished and the message has been acknowledged before calling deleteSession() .