Skip to content

azure-spring-boot-starter-servicebus-jms_3.10.0

Compare
Choose a tag to compare
@azure-sdk azure-sdk released this 02 Nov 10:18
dadd226

3.10.0 (2021-11-02)

Features Added

Add property for JmsDefaultPrefetchPolicy.(#24304)

  • Add property spring.jms.servicebus.prefetch-policy.all to configure all prefetchPolicy values.
  • Add property spring.jms.servicebus.durable-topic-prefetch to configure the durable topic prefetch value.
  • Add property spring.jms.servicebus.queue-browser-prefetch to configure the queueBrowserPrefetch value.
  • Add property spring.jms.servicebus.queue-prefetch to configure the queuePrefetch value.
  • Add property spring.jms.servicebus.topic-prefetch to configure the topicPrefetch value.

Breaking Changes

For standard tier in ServiceBus, the default value of prefetch number has been changed from 1000 to 0.