Spring Cloud Stream | Batch | TPS | Tuning

Try by setting a PUB_ACK_WINDOW_SIZE property under the solace.java properties.


solace:
  java:
  host: tcp://localhost:55555
  msg-vpn: default
  client-username: default
  client-password: default
  api-properties:
    PUB_ACK_WINDOW_SIZE: 255

You can find more about PUB_ACK_WINDOW_SIZE here