Broker 10.15 | webMethods Broker Documentation | Administering webMethods Broker | webMethods Broker Document Logging | Setting Up Document Logging | Other Configuration Settings
 
Other Configuration Settings
You can configure the SharedEventOrdering and BrokerTimeout parameters in the WmLogUtil\config\LoggingUtility.cnf file.
Parameter
Description
SharedEventOrdering
Specifies how the documents will be arranged. To handle high document volume in a clustered Integration Server environment, set the SharedEventOrdering parameter to none. This will allow multiple Integration Servers to process the logged documents in parallel. Default value is Publisher. Allowed values are Publisher and none.
For example, if you want Integration Servers to process the documents ordered by publishers, set SharedEventOrdering=Publisher.
BrokerTimeout
Specifies how long (in milliseconds) Integration Server will wait before timing out the Broker. The default value is 30 seconds.
For example, to configure the Broker timeout value to one minute, set BrokerTimeout=600000