Install the dependencies:
python3 -m venv env
. env/bin/activate
pip install -r requirements.txt
Setup the config.ini
file:
# add the service bus connection string to this file
cp config_example.ini config.ini
Purge:
# purge
python3 src/main.py purge 'queue_name'
Checkout this project for an open source cross-platform experience: