AWS 不存在队列错误
尝试从 Amazon 的 SQS 连接到我的队列时,出现以下错误
Error AWS.SimpleQueueService.NonExistentQueue caused by Sender. The specified queue does not exist for this wsdl version.
这是一个尝试连接到队列的 PHP 脚本。
队列将工作几天,然后我收到此消息。有人知道为什么他们可能会停止工作吗?
如果有帮助的话,我正在使用 rightscale 来管理我的实例和队列等。
I am getting the following error when trying to connect to my Queue from Amazon's SQS
Error AWS.SimpleQueueService.NonExistentQueue caused by Sender. The specified queue does not exist for this wsdl version.
It is a PHP script that is trying to connect to the queue.
The queue will work for days then I get this message.. Anyone know why they might stop working?
If it helps I am using rightscale to manage my instances and queues etc.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
我想你可以尝试先列出该帐户中所有现有的队列。该队列可能被其他人删除。
I think you may try to list all the existed queue in that account first. The queue might be deleted by someone else.