Skip to content

v4.1.0

Compare
Choose a tag to compare
@Nephery Nephery released this 05 Jun 18:48
· 29 commits to master since this release

Solace Projects

Name Version Note
Solace Spring Cloud BOM 4.1.0
Solace Spring Cloud Stream Starter 5.1.0

Specific Project Changes

Solace Spring Cloud Stream Binder

  • Added endpointType consumer config option to configure the type of endpoint consumers will read messages from. This allows for consumer bindings to now access Durable Topic Endpoints in addition to Queues.
  • Added selector consumer config option to configure the endpoint's message selector.
  • Added transacted producer config option to publish messages within transacted sessions.
  • Refactored producer bindings to create producer flows instead of using the Solace session's global producer.
  • Gave consumer binding threads more descriptive names (#268)