Skip to content

An Azure Service Bus cmdlet for purging messages in a topic subscription.

License

Notifications You must be signed in to change notification settings

BernieWhite/SBM

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SBM

This is a project for a PowerShell cmdlet that purges messages from a Service Bus Topic.

Show your interest for this project by support giving a thumbs up 👍.

Building

To build you'll need at least the .NET Core SDK 3.1 or greater.

Then:

  • Clone the repo.
  • Run ./build.ps1 from PowerShell within the repository root.

Basic usage

Import-Module ./out/modules/SBM/SBM.dll;

Purge-Messages -ConnectionString "" -TopicName "" -SubscriptionName "" -Queue Standard, DeadLetter;

About

An Azure Service Bus cmdlet for purging messages in a topic subscription.

Resources

License

Stars

Watchers

Forks