Skip to content

Azure Service Bus Queue Python receiver.reconnect() call causes queue message deletion #7079

@rswgnu

Description

@rswgnu

I have found in V0.50.1 using the Python SDK that when using ReceiveAndDelete mode on the receiver, merely calling the receiver's reconnect() method after a disconnection causes a dequeue and deletion of the most recently added queue item:

Queue len = 6
Reconnecting...
Queue len after reconnect = 5

Please fix this ASAP if possible.

Metadata

Metadata

Labels

ClientThis issue points to a problem in the data-plane of the library.Service Buscustomer-reportedIssues that are reported by GitHub users external to the Azure organization.needs-team-attentionWorkflow: This issue needs attention from Azure service team or SDK teamquestionThe issue doesn't require a change to the product in order to be resolved. Most issues start as that

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions