I am using Spring Integration MQTT which is using Eclipse Paho client to send MQTT messages to an Artemis server. When running a performance test on my application I receive an 'Too many publishes in progress' error. I know that I can fix this by setting the maxInflight property on the connection options to an higher number (max. 65535).
Does anyone know why the default maxInflight is only 10 and if there is any downside to increasing the maxInflight?