I created this playground to test and experiment performace of RabbitMQ. Do not use in production!
Run the container
?> docker-compose run --service-ports app bash
I wrapped perftest in a script that already point to the RabbitMQ local instance. You don't need to provide --uri
options. Just execute:
?> perftest
And pass all the options you want. You can find perftest documentation here.