Blog Post

Messaging on Azure Blog
1 MIN READ

Announcing Batch delete in Service Bus- Public Preview

Sannidhya_Glodha's avatar
May 21, 2024

Azure Service Bus is a fully managed enterprise message broker with message queues and publish-subscribe topics. Sometimes, you may want to delete messages from your queues and subscriptions in a more programmatic manner, for example, to clear out old or unwanted messages from your entities.  

 

We are excited to announce the public preview of Batch Delete, a new feature that lets you delete messages in bulk from your Service Bus entities. Batch delete helps you to delete multiple messages from a messaging entity in one operation, instead of deleting them one by one. Since deletion is done at service side, you don't need to receive the messages before deleting them.

 

To learn more about Batch Delete, visit aka.ms/batchdelete

 

We are sure you will find the Batch Delete feature a significant improvement in Azure Service Bus and encourage you to explore this new addition.

 

Know more:

Introduction to Azure Service Bus, an enterprise message broker - Azure Service Bus | Microsoft Learn

Updated May 21, 2024
Version 1.0
No CommentsBe the first to comment