Hi Guys,
I've created Business service with MQTT Inbound Adapter and here is my settings, BTW I'm using an IP with port not sure if it must be a url?
and this is my class:
Class SX3.Production.MQTTService Extends Ens.BusinessService
{Parameter ADAPTER = "EnsLib.MQTT.Adapter.Inbound";Method OnProcessInput(pInput As %RegisteredObject, Output pOutput As %RegisteredObject) As %Status
{set tsc=$$$OK
set ^messageContent = pInput.StringValue
Quit tsc
}}
But I'm getting the below error, not sure what I'm doing wrong?
.png)
Thanks

.png)
.png)
.png)
.png)
.png)

(3).jpg)

(2).jpg)


