Description
openedon Mar 5, 2024
Is your feature request related to a problem? Please describe.
The documentation for the spring.cloud.stream.servicebus.bindings.binding-name.consumer.max-concurrent-calls
property should mention that it is by session and not global (of course when sessions are enabled).
Besides this property is renamed to concurrencyPerSession
:
https://github.com/Azure/azure-sdk-for-java/blob/azure-messaging-servicebus_7.15.0/sdk/servicebus/azure-messaging-servicebus/src/main/java/com/azure/messaging/servicebus/ServiceBusProcessorClient.java#L237
Setup
- Library/Libraries:
com.azure.spring:spring-cloud-azure-dependencies:5.10.0
withcom.azure:azure-messaging-servicebus:7.15.0
- v2 enabled
Describe the solution you'd like
Update the documentation:
https://learn.microsoft.com/en-us/azure/developer/java/spring-framework/spring-cloud-stream-support?tabs=SpringCloudAzure4x#consumer-properties-1
Update the Javadoc:
https://github.com/Azure/azure-sdk-for-java/blob/azure-messaging-servicebus_7.15.0/sdk/servicebus/azure-messaging-servicebus/src/main/java/com/azure/messaging/servicebus/ServiceBusClientBuilder.java#L1724
Metadata
Assignees
Labels
Type
Projects
Status
Done