SolaceProducts / solace-spring-cloud

An umbrella project containing all Solace projects for Spring Cloud
Apache License 2.0
20 stars 14 forks source link

DATAGO-73954: migrate producer bindings to use JCSMP producer flows #290

Closed Nephery closed 3 months ago

Nephery commented 3 months ago

Migrate the producer binding to use dedicated producer flows, which are more performant than the session's global default producer.

Due to SOL-118898, the PUB_ACK_WINDOW_SIZE and ACK_EVENT_MODE properties had to be manually mapped from the JCSMP session to the producer flow properties.