azure-sdk-for-net icon indicating copy to clipboard operation
azure-sdk-for-net copied to clipboard

[Service Bus] Retry Guidance for Transactions Sample

Open jsquire opened this issue 2 years ago • 1 comments

Due to the way that transactions work with Service Bus, retries for service operations cannot be performed when there is an active ambient transaction. We should add a section to the transactions sample that highlights this.

jsquire avatar Mar 18 '22 15:03 jsquire

Prerequisite: #27931

jsquire avatar May 13 '22 19:05 jsquire

Closing as this has been added to the troubleshooting guide - https://github.com/Azure/azure-sdk-for-net/blob/main/sdk/servicebus/Azure.Messaging.ServiceBus/TROUBLESHOOTING.md#operations-in-a-transaction-are-not-retried

JoshLove-msft avatar Oct 19 '22 05:10 JoshLove-msft