-
Notifications
You must be signed in to change notification settings - Fork 4.9k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[Event Hubs Client] Ttrack Two: Third Preview (AMQP Foundation)
Amqp - Implemented the foundation for managing AMQP connections and links - Implemented the foundation for identifying and transforming AMQP errors - Enabled creation of an AMQP connection using the settings to match client options - Enabled creation of a session and link for the management path - Enhanced the message converter to handle Event Hub property request/response - Enhanced the message converter to handle partition proeprty request/response Event Hub Client - Created an Amqp transport client, with basic infrastructure - Implemented the APIs for requesting metadata from the service General - Formatting pass over the project - Fix naming for a member of hte basic retry policy for consistency
- Loading branch information
Showing
31 changed files
with
2,979 additions
and
64 deletions.
There are no files selected for viewing
395 changes: 395 additions & 0 deletions
395
sdk/eventhub/Azure.Messaging.EventHubs/src/Amqp/AmqpConnectionScope.cs
Large diffs are not rendered by default.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.