sdk/azservicebus: Set retry options in client on initalization #17686
Labels
Client
This issue points to a problem in the data-plane of the library.
customer-reported
Issues that are reported by GitHub users external to the Azure organization.
needs-team-attention
Workflow: This issue needs attention from Azure service team or SDK team
question
The issue doesn't require a change to the product in order to be resolved. Most issues start as that
Service Bus
Set retryOptions in service bus client when initializing client
When initializing a new service bus client, a set of options can be provided. The retryOption property in client is never set from input parameter, it is only used to create namespace interface. When creating a new sender with client, default retryOptions is used, and not from clientOptions, and it is not possible to customize this. Is it possible to set retryOptions to client?
The text was updated successfully, but these errors were encountered: