When are messages on the azurue service bus phyically deleted?

DirkR 21 Reputation points
2021-10-15T14:19:10.01+00:00

While messages are only received once from the service bus, is there a phyiscal deletion of the read messages in the quee?
For example a "garbage collect" after x minutes or the space is reused when new messages are coming in.

I wouldn't expect that messages that are marked as read are immediately physically deleted , but is there a mechanism to be shure, that read messages are erased from the cloud? (some believe the cloud is bad, bare metal is good).

Azure Service Bus
Azure Service Bus
An Azure service that provides cloud messaging as a service and hybrid integration.
544 questions
0 comments No comments
{count} votes

Accepted answer
  1. MayankBargali-MSFT 68,471 Reputation points
    2021-10-18T06:01:46.2+00:00

    @Anonymous In the azure service bus as soon as you have marked the message as Completed the message will be marked as deleted from our end.
    The messages may take a few milliseconds/seconds to be completely removed. If you have concerned that the message is not deleted completely from your entities then you can rest assured that it won’t happen.

    0 comments No comments

0 additional answers

Sort by: Most helpful