Click here to Skip to main content
15,890,185 members
Articles / Hosted Services / AWS

Amazon Web Services Simple Queue Service (AWS SQS) Using the Java 2 Software Development Kit

Rate me:
Please Sign up or sign in to vote.
5.00/5 (1 vote)
6 Apr 2020CPOL20 min read 5.1K   1  
Introduction AWS SQS Message Queues are a way to exchange messages between applications. Senders, send data objects to a queue and receivers, receive objects from a queue.
In this tutorial we create an Amazon SQS Queue. After creating the queue, we create a message producer and a message consumer using the AWS Java 2 SDK. We then explore several topics such as message attributes, dead-letter queues, and message visibility. We also create a FIFO queue.

Views

Daily Counts

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Software Developer (Senior) Brannan Technical Solutions LLC
United States United States
I have worked in IT for over twenty years and truly enjoy development. Architecture and writing is fun as is instructing others. My primary interests are Amazon Web Services, JEE/Spring Stack, SOA, and writing. I have a Masters of Science in Computer Science from Hood College in Frederick, Maryland.

Comments and Discussions