gatling-mqtt
gatling-mqtt copied to clipboard
Multiple Publish Messages
Hi,
I would like to send multiple publish message with on connection. At the moment there is always a connect -> publish -> disconnect. I would like to do something like connect -> publish1 -> pause -> publish2 -> disconnect. In order to do that, I need so save the connections somewhere. Is this possible, what could be a good way for that?
Thx for support!
This seems to be a dead repo. You should take a look at https://github.com/jeanadrien/gatling-mqtt-protocol. Seems to be better maintained.