Do you want to know how you can use transactions with STOMP through Django STOMP? Look at this project 👀!
Before executing the tests in your favorite IDE, don't forget firing up the broker:
docker-compose up -d rabbitmq
Then you're good to go! Just access http://localhost:15672/
using guest:guest
as the credential so you can access The RabbitMQ management plugin.
If you just want to run all the tests with Compose, then you should be good with:
docker-compose up tests