Kbase 40439: Not all messages sent by the client received by the broker
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  10/05/1998 |
|
Solution ID: P10439
FACT(s) (Environment):
SonicMQ 3.5
SYMPTOM(s):
Not all messages sent by the JMS client seem to be received by the SonicMQ broker.
When sending messages to the broker and checking the number of received messages on the broker, some of the messages appeared to get lost.
CAUSE:
A rogue process reading the messages off the queue. Even if the messages don't get acknowledged they will disappear from the queue until the Queue Receiver connection of the rogue process exits.
FIX:
Make sure no other client process is consuming messages from the same queue.