Kbase P127660: The ABL-JMS API's getSession function returns the wrong session handle
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  12/14/2007 |
|
Status: Unverified
FACT(s) (Environment):
OpenEdge 10.1B
All Supported Operating Systems
SYMPTOM(s):
The ABL-JMS API's getSession function returns the wrong session handle
The getSession function does not return the handle to the session
CAUSE:
This is a known issue.
FIX:
As a workaround, use the INSTANTIATING-PROCEDURE attribute on the handle returned by the getSession function. For example:
hConsumerSession = DYNAMIC-FUNCTION ("getSession" IN hErrorConsumer).
hConsumerSession = hConsumerSession:INSTANTIATING-PROCEDURE.