-
Notifications
You must be signed in to change notification settings - Fork 3.2k
Closed
Labels
ClientThis issue points to a problem in the data-plane of the library.This issue points to a problem in the data-plane of the library.Service Busblocking-releaseBlocks releaseBlocks release
Milestone
Description
In version 7.0.0-b7 of the Azure Service Bus package, we have the peek method on receivers returning an array of PeekedMessage. This has the below properties that are available on dead lettered messages:
- property dead_letter_error_description: Optional[str] # Read-only
- property dead_letter_reason: Optional[str] # Read-only
- property dead_letter_source: Optional[str] # Read-only
It is not clear if peeked messages on the dead letter queue will even have these properties.
I would recommend we remove these properties for now, do the right testing in the future and add these back if we see that they apply
Metadata
Metadata
Assignees
Labels
ClientThis issue points to a problem in the data-plane of the library.This issue points to a problem in the data-plane of the library.Service Busblocking-releaseBlocks releaseBlocks release