currently I am trying to read the messages that are in the Azure IoT Hub, without using an azure stream analytics. Our Backend System should read the messages from the Iot Hub and we don't use an Event Hub.
During my research through the azure documentation (https://github.com/Azure/azure-iot-sdk-java) I found a java iot sdk, but there is no sample, which "just" reads the message. They always route the messages to a service bus or something else.
Is there any solution, which reads the messages in the IoT Hub for a Backend System without routing the messages?
Thanks!