Through business events it is possible to send outbound messages to EventGrid which is an MQTT enabled MQTT broker .. But I want to have option to subscribe to MQTT topic inside D365 so that I can integrate easily with MQTT broker. Now you may need to write azure function or something else .. but there is no subscription mechanism in D365 where we can subscribe to an MQTT topic and for that topic a specific class, entity or service is invoked ...
Am I mistaken? Is there something like this, or? It really makes sense and not only for IOT topics but in broader sense it makes sense...
Looking forward to others peoples thoughts here. I would like to have an MQTT client inside D365 which can handle this. Same as a batch job server or whatever ... I dont want a model where I need to deploy azure functions in azure .. I just want to have out of the box MQTT client as part of D365....
Ideally I would like to define a workflow which is triggered from an MQTT event and that workflow in D365 handles the processing of the incoming event.....
Makes sense?
Dick