https://github.com/epomatti/azure-servicebus-purge
Purge messages in Services Bus
https://github.com/epomatti/azure-servicebus-purge
azure service-bus
Last synced: 7 months ago
JSON representation
Purge messages in Services Bus
- Host: GitHub
- URL: https://github.com/epomatti/azure-servicebus-purge
- Owner: epomatti
- License: mit
- Created: 2020-03-17T18:33:13.000Z (over 5 years ago)
- Default Branch: main
- Last Pushed: 2022-03-23T14:11:07.000Z (over 3 years ago)
- Last Synced: 2025-01-17T18:42:36.975Z (9 months ago)
- Topics: azure, service-bus
- Language: Python
- Homepage:
- Size: 4.88 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Azure Service Bus Purge
### Running it
Install the dependencies:
```sh
python3 -m venv env
. env/bin/activate
pip install -r requirements.txt
```Setup the `config.ini` file:
```sh
# add the service bus connection string to this file
cp config_example.ini config.ini
```Purge:
```sh
# purge
python3 src/main.py purge 'queue_name'
```### Purple Explorer
Checkout this project for an open source cross-platform experience:
https://github.com/telstrapurple/PurpleExplorer