Read returns "warning: sp_cnc 115051 - To many unique routes!. Route destination bitmaps will not be used..
Exceeding the number of 32 routes (or named queues) in config file causes reader not to use the commit reduction logic, which will only send one commit per transaction.
This is just a warning message. But to enable the commit reduction logic in reader, do the following (see additional info above).
1. Edit config file and decrease the number of routes
2. Save file
3. Reactivate config
ADDITIONAL INFORMATION:
To use the commit reduction logic in reader, it is limited to 32 unique routes (queue name). If there is more than 32 routes, the old commit logic will be used which will send the commit message for every table in the transaction.