When using the AWS Java SDK (aws-java-sdk-iot
) it is possible to publish messages to an AWS IoT topic from a backend system, but it doesn't seem possible to subscribe to a topic? What is the reasoning behind this?
We are looking for a way to have our Java backend (deployed on AWS) take part in our IoT solution and being able to publish and subscribe to topics. If using the sdk is not the way to go, what would be a good design to achieve this?
We do not want to use the AWS Device SDK for this.