Mahesh Daksha
Results
1
issues of
Mahesh Daksha
**Describe the bug** I am using the the latest beta version of SB 7.15.0-beta.4. Using ServiceBusReceiverClient client. create like: ``` ServiceBusClientBuilder() .connectionString(sbTopicConnUri) .receiver() .topicName(azureConfig.getSbTopicName()) .subscriptionName(azureConfig.getSbTopicSubscription()) .disableAutoComplete() .prefetchCount(500) .buildClient(); ``` Using...
question
Service Bus
Client
customer-reported
needs-team-attention