Kbase 19785: SonicMQ: Starting Broker with BROKER_LOG Parameter Set
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  20/06/2002 |
|
SUMMARY:
This solution applies to SonicMQ Versions 2000.x, 3.x, and 4.x. It
explains how to route the broker logging information to a log file
instead of the console.
EXPLANATION:
To put logging information in a log file, you must add the BROKER_LOG
parameter to the BROKER.INI file. This parameter is set to a file
relative to the broker installation directory.
When you start a broker with BROKER_LOG set, the usual broker start
up information is no longer in the console window because it is
written to the log.
For example, you see:
Starting SonicMQ Broker, please wait....
You do not see:
SonicMQ Enterprise Edition Plus [Serial Number nnnnnnn]
Release 4.0 Build Number 829 Protocol P24
Copyright (c) 2001 Sonic Software Corporation. All Rights Reserved.
Starting broker "SonicMQ".
There is no limit on the number of concurrent connections.
Interbroker is disabled.
Routing node name is "SonicMQ".
Security is disabled.
[02/06/20 18:02:47] Starting recovery...
[02/06/20 18:02:48] Recovery complete.
[02/06/20 18:02:48] Restoring queues ...
[02/06/20 18:02:49] Starting queue "SonicMQ.deadMessage" - Local Shared 1200 1400 1000
[02/06/20 18:02:49] Starting queue "XQSample.rpcQ" - Global Shared 1200 1400 1000
[02/06/20 18:02:49] Starting queue "SampleQ4" - Local Shared 1200 1400 1000
[02/06/20 18:02:49] Starting queue "SampleQ3" - Local Shared 1200 1400 1000
[02/06/20 18:02:49] Starting queue "SampleQ2" - Local Shared 1200 1400 1000
[02/06/20 18:02:49] Starting queue "XQSample.rejectedMessages" - Global Shared 1200 1400 5000
[02/06/20 18:02:49] Starting queue "SampleQ1" - Local Shared 1200 1400 1000
[02/06/20 18:02:49] Starting queue "XQSample.Q6" - Global Shared1200 1400 1000
[02/06/20 18:02:49] Starting queue "XQSample.soapCall" - Global Shared 1200 1400 1000
[02/06/20 18:02:49] Starting queue "XQSample.Q5" - Global Shared 1200 1400 1000
[02/06/20 18:02:49] Starting queue "XQSample.Q4" - Global Shared 1200 1400 1000
[02/06/20 18:02:49] Starting queue "XQSample.Q3" - Global Shared 1200 1400 1000
[02/06/20 18:02:49] Starting queue "XQSample.Q2" - Global Shared 1200 1400 1000
[02/06/20 18:02:49] Starting queue "XQSample.Q1" - Global Shared 1200 1400 1000
[02/06/20 18:02:49] Starting queue "XQSample.faultMessages" - Global Shared 1200 1400 5000
[02/06/20 18:02:49] Starting queue "XQSample.directSoap" - Global Shared 1200 1400 1000
[02/06/20 18:02:49] Starting queue "SonicMQ.routingQueue" - Local Shared 1200 1400 1000
[02/06/20 18:02:49] Starting queue "XQSample.directSoapReply" - Global Shared 1200 1400 1000
[02/06/20 18:02:49] Starting queue "testQ" - Local Shared 1200 1400 1000
[02/06/20 18:02:49] Starting queue "XQSample.POXformQ" - Global Shared 1200 1400 5000
SonicMQ Broker started, now accepting tcp connections on port 2506 ...