/rabbitmq_experiments

repository for running rabbitmq related expirements

Primary LanguagePython

setup

execute the following commands in root directory to get sarted

sudo ./install_os_dependencies.sh
python3 -m venv pyenv
source pyenv/bin/activate
pip install -r requirements.txt
python worker.py
python worker.py
python new_task.py first....
python new_task.py second....