Kbase P126788: The OpenEdge Adapter for SonicMQ ServerConnect stops consuming asynchronous messages
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  24/10/2008 |
|
Status: Unverified
SYMPTOM(s):
The OpenEdge Adapter for SonicMQ ServerConnect stops consuming asynchronous messages
FACT(s) (Environment):
Repeatedly sending and receiving messages
The stopReceiveMessages procedure is not being called between each run
It is still possible to send messages
OpenEdge 10.1A
OpenEdge 10.1B
All Supported Operating Systems
CAUSE:
Bug# OE00159337
CAUSE:
This is a bug in the SonicMQ 6.1 client which is embedded in SonicMQ ServerConnect.
FIX:
Upgrade to 10.1C or later.
- OR -
As a workaround, make sure you run the stopReceiveMessages procedure after every run of the startReceiveMessages procedure. For example:
RUN startReceiveMessages IN ptpsession.
RUN waitForMessages IN ptpsession ("inWait", THIS-PROCEDURE, 10).
RUN stopReceiveMessages IN ptpsession.