I'm trying to write a simple sample program in Java which connects to an Amazon SQS queue for news story subscriptions:
API: /alerts/v1/news-stories-subscriptions
I can't seem to connect and keep running into timeouts. I'm trying to work out if this is a firewall / connectivity problem, or something wrong with my code.
Has anyone any experience on connecting and polling messages from news-stories-subscriptions API using Java?
I'm able to generate a token and retrieve cloud credentials, just not connect to an AWS queue