亚马逊SQS:按顺序阅读邮件不
问题描述:
我想借(先入先出模型)从相同的顺序亚马逊SQS在其中插入SQS消息。 是他们的任何方式来实现它? 我使用Zend的PHP编程。
i would like to take messages from amazon sqs in the same order in which it is inserted into sqs ( first in first out model). Is their any way to implement it?? I am using zend php for programing.
答
您可以尝试 IronMQ 。它承载像SQS,已入先出排序保证第一,没有最终一致性的延误,是超级可扩展的,你可以在几分钟内运行。
You could try IronMQ. It is hosted like SQS, has guaranteed first in first out ordering, no eventual consistency delays, is uber scalable and you can be up and running in minutes.
下面是它的PHP库: https://github.com/iron-io/iron_mq_php一>
Here's a PHP library for it: https://github.com/iron-io/iron_mq_php
声明:我Iron.io工作
Disclaimer: I work for Iron.io