Kbase P17431: How to check the status of SonicMQ queues
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  10/15/2008 |
|
Status: Unverified
GOAL:
How to check the status of SonicMQ queues
FACT(s) (Environment):
SonicMQ 4.x
FIX:
There are 3 different possibilities to check the status of the SonicMQ queues.
1. The SonicMQ Explorer tool or
2. The admin shell ( <SonicMQ install dir>/bin/admin.bat (Windows) or admin.sh (Unix) which you also can control via input file with the -f option or
3. With your own code using the Admin API of SonicMQ
The Admin API contains methods to check the status of the SonicMQ queues
as well. The closest example for getting queue info that comes with the product you will find after installation on:
<SonicMQ install dir>/samples/BrokerManager/ShowSetup
For more details see within the SonicMQ online documentation:
SonicMQ API Reference
progress.message.tools
Class BrokerManager
Method:
getQueues