Message routing on IoT Edge is great to parse/filter messages before sending them to Azure. What would be the output path for message routing of data from publisher to $upstream (and later another module).
/messages/* is not working
/messages/modules/* is not working
/messages/devices/* is not working
The IoT Hub contains the Edge device and IoT devices for each machine connected by the publisher. <- is this the normal setup?
Deployed is the image with tag 2.8.45 (if I remember correctly).