Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.
About MQTT:
Using the MQTT (Message Queuing Telemetry Transport) broker, the user should be able to create an MQTT connection using one-way authentication (only MQTT server authenticates via the certificate). This article details the steps on creating the MQTT one-way connection alias and publish and subscribe messages using the webMethods Integration server.
Also check the connectivity by launching mqttfx client tools (mqttfx-1.7.1-windows-x64.exe) and connect to “Mosquitto Broker”, publish message on the selected topic and subscribe to the messages on the same topic as shown below:
In one-way SSL authentication, the MQTT server authenticates the client via a certificate. Here we are using the truststore file (platform_truststore.jks) generated using the ca.crt in the pre-requisites step. Below steps details on the creation of truststore alias and creation of MQTT connection alias in IS Update the truststore alias by providing the proper passphrase
Create MQTT connection with SSL enabled and Truststore key:
Verifying publish and Subscribe of messages to the topic on MQTT broker using Integration Server
Verify message in server log of webMethods Integration Server
Messages in mqttfx client:
@Spurti_Kumarsarj_Gadag As per this link , IS 10.5 does not support SSL to MQTT.
In my server, I see only following options:
Does it require using a higher version of IS or a specific fix?