Amazon Web Services | AWS Simple Queue Service | SQS | Spring Boot | Example | Simple Programming

preview_player
Показать описание
Welcome to Simple Programming

Spring Boot AWS SQS Example

In this video, let us look at using amazon’s simple queue service in a spring boot | spring cloud application

SQS is a distributed queuing system, which gives access to a message queue that you can use to store messages while waiting for the end system to process it

There are two types of SQS queues

Standard and FIFO queues

Standard queues guarantees message delivery at least once.
But if there is a high volume of transactions in a distributed system, messages get delivered more than one time, which might cause confusion in the system

in order to avoid this issue, you can opt for FIFO queues
As the name suggests the messages will be delivered First in first out manner
It delivers the message only once
messages are made available only till the consumer processes it, once the consumer processes the message, it is deleted
this queue mechanism eradicates the duplicate transactions
Рекомендации по теме
Комментарии
Автор

Thanks for this demo, really useful, But please try to improve audio quality.

kattiav.murillo
Автор

Nicest video.perfectly worked. Keep up the good work.

nirmesh
Автор

Hello, very useful explanation. One question, I am required to use STS Tokens instead of BasicCredentiales, I wonder how can this be achieved. The example you provided works fine.

lucasfavaro
Автор

First of all, i want to thank you very much for these explanations of qualities
my question is : did the configuration you put into account also the fifo's queues?

omaramaoun
Автор

where did you get access and secret key, they are automatically filled when you create a project?

asylzatazaev
Автор

Thanks for the video and explained very well

ShashiKant-bthl
Автор

Error creating bean with name Invocation of init method failed;

brunoprogramadorjava
Автор

i wanted to add dynamic SQS Listner how can i do?

PavanKumar-gjef
Автор

@SqsListener not working, Is there any need to configure it anywhere in out application?

awais
Автор

Sir for me aws dependency is not available while creating the project, how to fix it

hussainhashmi
Автор

Is it mandatory to provide Credentials, If my application have been deployed on EC2? I have manage to download the file from S3 without providing the credentials.

UCTNXPiSlAhgUyGlBwg
Автор

Hi, can two threads reads SQS queue at same time?

namratabhosale
Автор

not working with Greenwich.SR1 Spring cloud version


Caused by: Failed to instantiate Factory method threw exception; nested exception is No valid instance id defined
at
at
... 44 common frames omitted
Caused by: No valid instance id defined

sathiits
Автор

Thanks for the video .
this example is working . i am able to send messsage to SQS.
But when i am using @SqsListener that time getting Exception at application up time

Error creating bean with name defined in class path resource





if i comment @SqsListener then it works fine.
can u please guide me what i am doing wrong.

MrRavendraPatel
Автор

Looks messy. Why do you declare almost every environment variable twice?!

СергейС-ст
Автор

can you upload the source code in the git and share please'

magrag
Автор

can I get the source code downloaded from anywhere please?

anushree
Автор

You have just shown how to unwrap the candy.

asimbaki
Автор

can you please provide the source code also

nareshmakhija
Автор

How to send SMS or email from the application?

sachintelang
welcome to shbcf.ru