Skip to Content
Programming Amazon Web Services
book

Programming Amazon Web Services

by James Murty
March 2008
Intermediate to advanced
604 pages
18h 38m
English
O'Reilly Media, Inc.
Content preview from Programming Amazon Web Services

Queues

In the SQS messaging infrastructure, a queue is a resource that accepts messages from a sender, stores the messages, and delivers them to authorized message receivers upon request. A queue can be used by multiple client systems that send and receive messages without these systems having to interact directly or recognize each other in any meaningful way. By communicating with messages sent through a shared queue, different systems can communicate with each other indirectly but reliably.

SQS account holders can create as many queues as they need; the service does not apply a limit to the number of queues allowed or to the number of messages that may be stored within a queue. Each queue is assigned a name by the queue’s creator. This name must be unique within an SQS account, but the same name can be used in different SQS accounts.

A queue is uniquely identified in SQS using a URL value referred to as the Queue URL. This URL is constructed from three components: the SQS server host name, a service-generated path component that ensures the queue’s URL is unique in SQS, and the name of the queue. For example, the URL for a queue called queue-name might look like this: http://queue.amazonaws.com/A1MU5FWLQSN7CU/queue-name.

Queues are configurable and can be customized for various purposes. A queue’s default visibility timeout can be changed to better control the life cycle of messages in the queue, as we discussed in The Message Life Cycle.” Access control settings can also be applied ...

Become an O’Reilly member and get unlimited access to this title plus top books and audiobooks from O’Reilly and nearly 200 top publishers, thousands of courses curated by job role, 150+ live events each month,
and much more.

Read now

Unlock full access

More than 5,000 organizations count on O’Reilly

AirBnbBlueOriginElectronic ArtsHomeDepotNasdaqRakutenTata Consultancy Services

QuotationMarkO’Reilly covers everything we've got, with content to help us build a world-class technology community, upgrade the capabilities and competencies of our teams, and improve overall team performance as well as their engagement.
Julian F.
Head of Cybersecurity
QuotationMarkI wanted to learn C and C++, but it didn't click for me until I picked up an O'Reilly book. When I went on the O’Reilly platform, I was astonished to find all the books there, plus live events and sandboxes so you could play around with the technology.
Addison B.
Field Engineer
QuotationMarkI’ve been on the O’Reilly platform for more than eight years. I use a couple of learning platforms, but I'm on O'Reilly more than anybody else. When you're there, you start learning. I'm never disappointed.
Amir M.
Data Platform Tech Lead
QuotationMarkI'm always learning. So when I got on to O'Reilly, I was like a kid in a candy store. There are playlists. There are answers. There's on-demand training. It's worth its weight in gold, in terms of what it allows me to do.
Mark W.
Embedded Software Engineer

You might also like

Learn AWS Serverless Computing

Learn AWS Serverless Computing

Scott Patterson
AWS SysOps Cookbook - Second Edition

AWS SysOps Cookbook - Second Edition

Eric Z. Beard, Rowan Udell, Lucas Chan

Publisher Resources

ISBN: 9780596515812Errata Page