Gatling MQTT Protocol 1.1 released

Hi,

I’ve just published a new version of the unofficial mqtt plugin for Gatling gatling-mqtt-protocol
This one is compliant with gatling v2.2.5 and scala 2.11.
In addition it supports the Paho mqtt client.

https://github.com/jeanadrien/gatling-mqtt-protocol

Release notes:
https://github.com/jeanadrien/gatling-mqtt-protocol/releases/tag/v1.1

Best Regards

Hi,

Thanks for sharing!

FYI, we’re currently polishing an MQTT support for FrontLine.
Paho’s performance is horrible: it’s implemented on top of blocking IOs and spawn several threads per connection…
We ended up rolling our own MQTT client.

Regards,

Hi again,

Actually I released two versions:

One for gatling v2.2.5 and scala 2.11
https://github.com/jeanadrien/gatling-mqtt-protocol/releases/tag/v1.1.0

And one for gatling v2.3.0 and scala 2.12
https://github.com/jeanadrien/gatling-mqtt-protocol/releases/tag/v1.2

Best Regards