Skip to content

Commit

Permalink
Updated readme with compat info
Browse files Browse the repository at this point in the history
  • Loading branch information
zoalasaurusrawr authored Aug 26, 2022
1 parent cca9390 commit f59744b
Showing 1 changed file with 18 additions and 2 deletions.
20 changes: 18 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -41,10 +41,20 @@ var tokenProvider = TokenProvider.CreateTokenProvider();

WindowsAzure.ServiceBus >= 6.X
- TopicClient
- CreateFromConnectionString
- Send

- QueueClient
- CreateFromConnectionString
- Send

- SubscriptionClient
- CreateFromConnectionString
- Send

- NamespaceManager
- Credentials through DefaultAzureCredential
- CRUD operations for Topics, Subscriptions, and Queues (Sync and Async)

***

Expand All @@ -61,8 +71,14 @@ WindowsAzure.ServiceBus >= 6.X

## Roadmap

- Relay Management via NamespaceManager
- Replace ShimMessagePump with a safer impl
- NamespaceManager
- Relay CRUD operations
- QueueClient
- Async Send
- TopicClient
- Async Send
- SubscriptionClient
- Replace ShimMessagePump with a safer impl

***

Expand Down

0 comments on commit f59744b

Please sign in to comment.