If set to true, LBMReceivers, LBMHotFailoverReceivers, and
LBMWildcardReceivers will only accept a single LBMReceiverCallback.
The addReceiver and removeReceiver APIs will become defunct and log
a warning if used. This reduces the amount of syncronization work
done per message and results in lower latencies. Set to false by
default.

C# |
public void enableSingleReceiverCallback( bool enabled )

- enabled (Boolean)
- Set to true to enable single receiver callback mode. Set to false to disable.