-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Enable connecting to the AWS IoT MQTT broker #3
Conversation
+-Update dependency to <eclipse.paho.mqtt.version>1.0.2</eclipse.paho.mqtt.version> +-Allow for blank username and password in publisher and subscriber +-Added clean session checkbox in publisher gui instead of hard coded false +-Fix a NPE with the Util UUID generator substring method +-set the Sampler label name in the response sampler for nicer display in View Result Tree Listeners
|
||
String testPlanFile = GuiPackage.getInstance().getTestPlanFile(); |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
If we are running headless, "GuiPackage.getInstance()" will give a nullpointerexception.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you get the latest of the README.md file and commit. I made some changes it recently. |
@@ -13,7 +13,7 @@ | |||
|
|||
<properties> | |||
<jmeter-version>2.10</jmeter-version> | |||
<eclipse.paho.mqtt.version>0.4.0</eclipse.paho.mqtt.version> | |||
<eclipse.paho.mqtt.version>1.0.2</eclipse.paho.mqtt.version> |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
+1
If you merge you can keep your version of the file it was just for me to
|
Enable connecting to the AWS IoT MQTT broker
See README file for changelog
See amazon doc for details of what client configuration they support
http://docs.aws.amazon.com/iot/latest/developerguide//protocols.html