GitHub user hemikak opened a pull request:
https://github.com/apache/jmeter/pull/72
MQTT plugin for Jmeter
Hi All,
This PR contains a 'Publisher' and 'Subscriber' sampler for MQTT(Message
Queuing Telemetry Transport) v3.1.1 protocol. Specification at [1]. The
samplers use the Eclipse Paho MQTT client v1.0.2 for publishing and subscribing.
The client was tested on WSO2 Message Broker.
Your comments are welcomed.
[1] - http://docs.oasis-open.org/mqtt/mqtt/v3.1.1/os/mqtt-v3.1.1-os.html
Thanks,
Hemika
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/hemikak/jmeter mqtt-plugin
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/jmeter/pull/72.patch
To close this pull request, make a commit to your master/trunk branch
with (at least) the following in the commit message:
This closes #72
----
commit 150c342ef7b70254eb5c7521745e4d85bfecdd60
Author: Hemika Yasinda Kodikara <[email protected]>
Date: 2016-01-12T08:29:03Z
Implementing MQTT plugin for Jmeter
----
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---