The QCalCon component of CMN's Free/Busy Connector can now be configured to not monitor the LWPSCHEDGATEWAY queue, which can improve performance in some environments. The option is set by a new checkbox on the Qcalcon Settings screen of the Free/Busy Connector Management Console:
[X] Monitor LWPSCHEDGATEWAY queue
The option is enabled by default (checkbox is marked, so qcalcon does monitor LWPSCHEDGATEWAY).
Note that the qcalcon task must be restarted for a change to this checkbox to take effect.
The checkbox also corresponds to a new boolean parameter in the QCALCON.EXE.Config configuration file (typically in C:\Program Files\IBM\Lotus\Domino on the Domino server):
<configuration>
<appSettings>
...
<add key="MonitorLwpSchedGatewayQueue" value="False" />
</appSettings>
...
Again, the option is enabled (True) by default, and the qcalcon task must be restarted for a change to this parameter value to take effect.