Skip to content

Deferred messages are not purged by Service Bus Explorer. #735

Open
@bejhan-rxnt

Description

@bejhan-rxnt

Describe the bug
The purge operation does not remove deferred messages, likely because it using receive under the hood.

To Reproduce

  1. Defer a queue message.
  2. Execute a purge.
  3. Notice the message remains.

Expected behavior
The purge operation removes all messages, including deferred.

Screenshots
Image
Image

SDK version
N/A

Additional context
Deferred messages cannot be received but they can be peeked. However, in peek mode there is no option to remove a message. This means that it is impossible to remove a deferred message via Service Bus Explorer.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions