Consultor Eletrônico



Kbase 20736: SonicMQ: Explorer, default messages viewed = 50
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   3/28/2001
SUMMARY:

This applies to SonicMQ Version 2000.x and Version 3.0.
This solution applies to increasing the number of messages
that are displayed in the SonicMQ explorer. By default, the
number of messages displayed in the Received Messages
and Subscribed Messages table are 50. If you are conducting
tests that require viewing more than 50 messages in the SonicMQ Explorer, you need to set the property admin.maxMsgs.

SOLUTION:

Setting admin.maxMsgs property takes place in the SonicMQ Explorer.
The first step is to locate the explorer.bat file for Windows, explorer.sh file for Unix, then cursor down near the end of the file and locate this section.

:EXPLORER

"%SONICMQ_JREW%" %SONICMQ_SSL_CLIENT% %SONICMQ_BRIDGE_ADMIN% -cp
"%JRE_CLASSPATH%;%SONICMQ_CLASSPATH%;" progress.message.tools.Explorer

Then, to increase admin.maxMsgs to a number greater than 50, you need to set this property. For instance, if you want to be able to view 200 messages in the Explorer, you would set this property as illustrated below.

:EXPLORER

"%SONICMQ_JREW%" %SONICMQ_SSL_CLIENT% %SONICMQ_BRIDGE_ADMIN% -cp
"%JRE_CLASSPATH%;%SONICMQ_CLASSPATH%;" -Dadmin.maxMsgs=200 progress.message.tools.Explorer

Reference To Written Documentation:

Setting Explorer Properties, Admin.pdf Guide.