Magic Request Broker Files (Magic xpa 4.x)
The broker uses a number of files, which should all reside in the same directory:
-
Mgrb.ini is the initialization and settings file.
-
MgBroker.exe is the broker executable. The broker can run as a service.
You run the MgBroker.exe from the command line or a shortcut to start the broker operation.
The icon on the Windows task bar indicates that the broker is running. If the broker is started as a service, the task bar icon does not appear.
-
MGrqgnrc.dll is the Generic Messaging layer and contains the support libraries.
-
BrokerActivity.log is issued from the broker and is not related to any INI file, registers significant broker activities, such as startup and shutdown of the broker and enterprise servers, etc.
|
-
The broker's INI file can be controlled using a command line argument: MgBroker.exe -ini=MGRB.INI
-
Make sure that all the mapping to any servers in your *.ini files are done by UNC: \\ServerName\Drive\Folder.
-
When launching the broker, it is launched as one process (without a watchdog process as implemented in previous versions). If you need to load the watchdog process, you can start the broker with the -StartAsWatchdog parameter. This is only applicable if the broker is started as an executable (not as a service). Since version: 2.3
|