[Service Bus] Remove the SendVia option on sender in favor of upcoming implicit transactional via sender and receiver #17017
Labels
blocking-release
Blocks release
Client
This issue points to a problem in the data-plane of the library.
Service Bus
Milestone
The current azure-servicebus library has this SendVia option that one can set on the sender in order to use the transactions across entities. As seen in #16942, we are moving to an implicit transactional via sender model where the user does not have to provide the SendVia option anymore.
This issue is to remove this option from the newer azure-messaging-servicebus library so that in a future update, we can add the implicit transactional via sender model without needing to deprecate the SendVia option.
Please note, in the newer azure-messaging-servicebus library, this option was split to viaQueueName and viaTopicName
This issue is to track
cc @hemanttanwar, @conniey, @YijunXieMS
The text was updated successfully, but these errors were encountered: