SQS消息不收费。
Navigate to the SQS home page.
导航到SQS主页。
Retrieve response data from the Amazon SQS queue.
从Amazonsqs队列检索响应数据。
SQS does not guarantee order of the messages in a queue.
SQS不保证队列中消息的次序。
For Amazon SQS, that means you pay $0.000001 per message.
对于AmazonSQS,这表示每条消息您支付 $0.000001。
SQS does not guarantee deletion of a message in the queue.
SQS不保证删除队列中的消息。
Writing a message to an SQS queue takes three lines of code.
向一个sqs队列写一条消息需要三行代码。
The data passed to the Amazon SQS queue is sent as a string.
传入到AmazonSQS队列的数据以字符串形式发送。
Read local data (from a JMS queue) and put it onto the Amazon SQS queue.
读取本地数据(从jms队列)并将其放入AmazonSQS队列。
Additionally, keep track of how the data is accessed from Amazon SQS.
此外,要跟踪数据在Amazon SQS中是如何被访问的。
Keep in mind that once you have a handle to a valid message, SQS locks it.
请记住,在有了有效消息句柄之后,SQS会锁定它。
Although your data is an image, it is still sent up to Amazon SQS as a string.
尽管数据是图片,但它仍然以字符串形式发送到AmazonSQS。
SQS is probably the most obvious choice for this particular hybrid application.
SQS可能是这类混合应用程序的最为直接的选择。
Finally, you must delete the purchase order queue item from the Amazon SQS queue.
最后,您必须从Amazonsqs队列删除购买订单队列项。
The policies for the Amazon SQS operate at the cloud service provider, of course.
当然,AmazonSQS的策略是由云服务提供商操作的。
Amazon's SQS elevates the burden of installing and maintaining a queuing system.
Amazon的SQS减轻了安装和维护队列系统的负担。
Use the SQSConnection class to provide the main interface for the interaction with SQS.
sqsconnection类提供与SQS交互的主要接口。
SQS does not guarantee that all the messages in the queue will be returned when queried.
SQS不保证在查询时返回队列中的所有消息。
You must read data from a local queue, prior to feeding the data to the Amazon SQS queue.
在将数据提供给AmazonSQS队列之前,您必须从本地队列中读取数据。
That's it - it took just those three lines of code to place a message on an SQS queue.
就这么简单—将一条消息放到sqs队列仅需要那三行代码。
SQS-interface.wsdl -- WSDL service implementation description for a stock quote service
SQS-interface.wsdl ―股票报价服务的 WSDL 服务实现描述
With Amazon SQS, however, you can do it easily in any web application, regardless of platform.
然而使用AmazonSQS,您可以轻松在任何web应用中进行,而不管平台是什么。
SQS will automatically delete any messages that have been in your queues longer than four days.
SQS会自动删除在队列中超过四天的消息。
Amazon SQS doesn't offer any call-back functionality or proactive notification of message arrivals.
AmazonSQS不提供任何回调功能或消息到达的预先通知。
Amazon SQS offers a number of features that should be familiar if you've used message queues in JMS.
如果您在JMS中使用了消息队列,AmazonSQS提供大量您应当很熟悉的功能。
In this article, you use the query interface by way of a third-party library to communicate with SQS.
在本文中,使用一个第三方库的查询接口与SQS通信。
Combining the extensibility of XML with Amazon SQS provides a highly scalable and flexible application.
通过将XML的扩展性和AmazonSQS结合起来可以提供灵活的、伸缩性强的应用程序。
It is helpful to know a few characteristics of Amazon SQS before you delve into Amazon SQS development.
在开始amazonSQS开发之前,了解它的一些特征是非常有帮助的。
There are two versions of SQS available: the original version (2007-05-01) and a 2008-01-01 version.
有两个SQS版本:最初版本(2007-05-01)和2008-01-01版本。
Each of your messages is stored on multiple servers by SQS to provide redundancy and high availability.
SQS把每个消息存储在多台服务器上,从而提供冗余和高可用性。
应用推荐