TIBCOSoftware / be-contribution

This repository is to add various contributions across different modules within TIBCO BusinessEvents. It will include contributions by TIBCO BusinessEvents team as well external users/customers/fields teams.
BSD 3-Clause "New" or "Revised" License
0 stars 9 forks source link

MQTT: org.eclipse.paho.client.mqttv3.jar doesn't exists #126

Closed jgandhi-tibco closed 1 year ago

jgandhi-tibco commented 1 year ago

Version Information

Software Version(s)
BusinessEvents 6.3.0
OS Type? Windows
OS Version? 10

What is the expected behavior?

org.eclipse.paho.client.mqttv3.jar should be available

What is the actual behavior?

org.eclipse.paho.client.mqttv3.jar doesn't exist

Please provide a unit test that demonstrates the bug.

As per the MQTT readme file, in order to run TemperaturePublisher, the following command needs to be executed: But the mentioned jar "org.eclipse.paho.client.mqttv3" is missing.

cd BE_HOME/examples/standard/MQTTChannel 
javac -cp BE_HOME/lib/ext/tpcl/org.eclipse.paho.client.mqttv3-1.2.5.jar -d . TemperaturePublisher.java
java -cp .:BE_HOME/lib/ext/tpcl/org.eclipse.paho.client.mqttv3-1.2.5.jar com.tibco.mqtt.samples.TemperaturePublisher firstfloor
rakulkar-tibco commented 1 year ago

Updated MQTT example's readme.html

jgandhi-tibco commented 1 year ago

MQTT_logs.zip Confirmed. Attached logs for reference.