Consultor Eletrônico



Kbase 19346: SonicMQ:Steps for Starting Interbroker With Security Enabled
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   05/01/2000
SUMMARY:

This solution explains how to start a Progress SonicMQ interbroker with security enabled.

SOLUTION:

One precondition you must have is a SonicMQ Enterprise license. Follow these steps to start a SonicMQ interbroker with security enabled:

1) Set the right properties inside the broker.ini.

For example:

BROKER_NAME=SonicMQ
BROKER_PASSWORD=Sonictest
ENABLE_SECURITY=TRUE
ENABLE_INTERBROKER=TRUE

2) If there already is a default broker started, remove the files
inside the log directory and reinitialize the broker database
to recreate clean log files.

For example:

jre -cp %CP%
progress.message.broker.InitBrokerDatabase
recreate

3) Create access to the InterbrokerDatabase.

For example:

jre -cp %CP%
progress.message.interbroker.InitInterbroker Database create

4) Create access to the SecurityDatabase.

For example:

jre -cp %CP%
progress.message.security.InitSecurityDatabase
create

You should now be able to start the SonicMQ broker as Interbroker with security enabled and make a connection with the SonicMQ Explorer using, for example, SonicMQ as username and Sonictest as password.