Creating an example messaging application using the AWS SDK for Java

 You can create an AWS application that sends and retrieves messages by using the AWS SDK for Java and Amazon Simple Queue Service (Amazon SQS). Messages are stored in a first in, first out (FIFO) queue that ensures that the order of the messages is consistent. For example, the first message that's stored in the queue is the first message read from the queue.

Note: For more information about Amazon SQS, see What is Amazon Simple Queue Service?

In this tutorial, you create a Spring Boot application named AWS Messaging. The Spring Boot APIs are used to build a model, different views, and a controller. The following figure shows the example messaging application.



To read this AWS tutorial, click https://github.com/awsdocs/aws-doc-sdk-examples/tree/master/javav2/usecases/creating_message_application.



I work on AWS Java code that helps AWS developers. Included in this role is working with AWS Services such as S3, DynamoDB, EC2, Lambda functions, and so on. 

https://www.linkedin.com/in/scottmacdonald2010/



Comments

Popular posts from this blog

Deploying a Java web application to Amazon ECS

Creating a Publish/Subscription Spring Boot Application

How to play an Audio file located in an Amazon S3 bucket in your web page