/rabbitmq-playground

Local dockerized playground to play with RabbitMQ via PerfTest

Primary LanguageDockerfile

RabbitMQ playground

do not use this brain!

I created this playground to test and experiment performace of RabbitMQ. Do not use in production!

Usage

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.