-
Notifications
You must be signed in to change notification settings - Fork 306
Labels
Description
Add support for Service Bus in Rust
Remaining work:
- Fix ServiceBusError, see (Initial Service Bus crate #2863 (comment) , https://github.com/Azure/azure-sdk-for-rust/pull/2863/files#r2271554197 , Initial Service Bus crate #2863 (comment) , Initial Service Bus crate #2863 (comment) , Initial Service Bus crate #2863 (comment))
- Single message struct, see (Initial Service Bus crate #2863 (comment))
- AMQP message initilialization, see (Initial Service Bus crate #2863 (comment))
- Remove deadcode, see (Initial Service Bus crate #2863 (comment))
- Hashmap consistency, see (Initial Service Bus crate #2863 (comment))
- Explore not holding the connection and session, see (Initial Service Bus crate #2863 (comment))
- Add manifest constants, see (Initial Service Bus crate #2863 (comment))
- ReceiveMode copy, see (Initial Service Bus crate #2863 (comment))
- Unwrap failures, see (Initial Service Bus crate #2863 (comment))
- Only convert binary, see (Initial Service Bus crate #2863 (comment))
- Don't expose as Hashmap, see (Initial Service Bus crate #2863 (comment))
- Mutability, see (Initial Service Bus crate #2863 (comment))
- Tracing simplication in tests, see (Initial Service Bus crate #2863 (comment))
- Bicep file cleanup, see (Initial Service Bus crate #2863 (comment))
- Bicep file move, see (Initial Service Bus crate #2863 (comment))
- Bicep file cleanup, see (Initial Service Bus crate #2863 (comment))
- &str vs &String, see (Initial Service Bus crate #2863 (comment))
- azure_core_amqp consolidation, see (Initial Service Bus crate #2863 (comment))
- az usage in crate readme and scripts, see (Initial Service Bus crate #2863 (comment))
- Cleanup README to clarify where commands run, see (Initial Service Bus crate #2863 (comment))
- Review where types live and are exported, see (Initial Service Bus crate #2863 (comment))
- Move error, see (Initial Service Bus crate #2863 (comment))
- Move clients, see (Initial Service Bus crate #2863 (comment))
- Enable options, see (Initial Service Bus crate #2863 (comment))
- Example boiler plate, see (Initial Service Bus crate #2863 (comment))
- Review where types live, see (Initial Service Bus crate #2863 (comment))
- Cleanup Errors, see (Initial Service Bus crate #2863 (comment))
- Remove or cleanup Contributing.md, see (Initial Service Bus crate #2863 (comment))
- Files should use '/', see (Initial Service Bus crate #2863 (comment))
- Cleanup exports, see (Initial Service Bus crate #2863 (comment))
- Change the builder pattern, see (Initial Service Bus crate #2863 (comment))
- SubClient cleanups, see (Initial Service Bus crate #2863 (comment))
- Trim the fluff in comments, see (Initial Service Bus crate #2863 (comment))
- Dead letter cleanup, see (Initial Service Bus crate #2863 (comment))
- SubQueue surface area, see (Initial Service Bus crate #2863 (comment))
- ClientOptions field removal, see (Initial Service Bus crate #2863 (comment))
- Move the builder, see (Initial Service Bus crate #2863 (comment))
- Review the timeouts, see (Initial Service Bus crate #2863 (comment))
- Authorizer cleanup, see (Initial Service Bus crate #2863 (comment))
- Connection string remnant, see (Initial Service Bus crate #2863 (comment))
- Async test cleanup, see (Initial Service Bus crate #2863 (comment))
- New resource cleanup, see (Initial Service Bus crate #2863 (comment))
- Serialization, see (Initial Service Bus crate #2863 (comment))
Sub-issues
Metadata
Metadata
Assignees
Labels
Type
Projects
Status
In Progress