Kbase 33982: How to track the message flow in SonicMQ
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  5/10/1998 |
|
Solution ID: P3982
GOAL:
How to track the message flow in SonicMQ
FACT(s) (Environment):
SonicMQ 4.x
FIX:
Currently you cannot directly track the receipt or sending of a message.
However, the tracking possibilities currently implemented within the product do catch several events with the SonicMQ Explorer tool or over the admin API.
The available message delivery events are dmqstatus, redirect and undelivered, which are sent if the message properties, JMS_SonicMQ_notifyUndelivered and JMS_SonicMQ_preserveUndelivered, are set and the delivery mode is PERSISTENT.
The other possibility to check which messages are in a queue is a queue browser. However, if the message is already consumed before the queue browser can see it then there will be no trace of the message left.