Why does MqttClientConnection create permanent UDP connections?
I’m using the Amazon AWS SDK in a Java application (Tomcat running on Linux). In particular, I’m using MqttClientConnection to send messages to a queue.
Amazon SQS Do I need to make DeleteMessage request to eliminate message or does some other way exist to delete the message from the queue?
I am new to AWS and wanted to ask a question about Amazon SQS and AWS SDK. From my understanding SQS has visibility timeout feature and after making ReceiveMessage
request call the message gets hidden and can not be received for some indicated time.