Skip to content

Releases: SolaceProducts/solace-java-spring-boot

Add support for setting ack mode and reapply subscriptions

Choose a tag to compare

@mdspielman mdspielman released this 04 Apr 17:19

This release add support for two new properties:

solace.java.messageAckMode
solace.java.reapplySubscriptions

Add support for channel reconnect and fault tolerance.

Choose a tag to compare

@mdspielman mdspielman released this 02 Mar 16:02
  • Adding JCSMP client channel reconnect properties.
    • connectRetries
    • reconnectRetries
    • connectRetriesPerHost
    • reconnectRetryWaitInMillis
  • Defaulted values to recommended as per Solace Messaging API documentation