Solace JCSMP Streaming - Code Sample

Hi @slsbel,
Unless you have a good reason to change it, I would use the default for the SUB_ACK_WINDOW_SIZE. You should also set MESSAGE_ACK_MODE to SUPPORTED_MESSAGE_ACK_CLIENT, and only acknowledge messages when you 've completely finished processing them.
MESSAGE_ACK_MODE relates to publishers, not consumers.