We have an XI interface that is delivering updates to a SQL Server database through the JDBC adapter. Our problem is only 5 will deliver at a time, and we have thousands to deliver so it takes forever. The messages queue up in 'To Be Delivered' status and eventually get through. Is there a parameter to set which controls how many messages can be delivered through a JDBC adapter at one time ?
Thanks in advance.