I'm facing the following issue.
My application wants to use two AWS SQS queues which are in the same region. My Applications running on EC2.
- is there problem to have two AWS SQS queues in the same user & same region ?
- When i try to connect from EC2 then it says "com.amazonaws.services.sqs.model.QueueDoesNotExistException: The specified queue does not exist for this wsdl version. (Service: AmazonSQS; Status Code: 400; Error Code: AWS.SimpleQueueService.NonExistentQueue; Request ID: e10c43db-e5db-5143-9"
- I did try to connect with the same credentials from local environemt. It was able to connect and push the messages to the Queue.
- My AWS User has SQS Full Access, even though it says Queue doesn't exist.
Thanks