this is very basic implementation of sqs. Shabbir, will appreciate if you touch upon some advanced topic such as expiry, deadletter and how to trigger a process upon arrival of new messages
Hi @DailyCodeBuffer, Is Amazon Simple Queue Service (SQS) alternative to Apache Kafka (please mind it, I am not talking about 'Apache Kafka Streams') ? please shed some light, thanks!!
@Daily Code Buffer Hi, Can you please show the same example of Amazon SQS using Spring boot, Spring cloud stream with reading messages in bulk from the queue of 50 messages at a time?
Hi I tried the same thing in my application. Message is not being received using sqs listener. Using short polling it is working. But Long polling is not working and not reading messages automatically
Hi, This is really helpful. How to create new instance of application when we push each request to SQS. I mean, whenever we push to sqs, it should spawn new instance of my application and send that request to it.
Follow me on Twitter: twitter.com/DailyCodeBuffer
You made this simplest, thank you!
Glad it helped 🙂
Thanks for the vídeo buddy! Kind regards from Spain!!
Hi...Can you please make a video for how to send a JSON format queue using the same springboot
this is very basic implementation of sqs. Shabbir, will appreciate if you touch upon some advanced topic such as expiry, deadletter and how to trigger a process upon arrival of new messages
Hi @DailyCodeBuffer,
Is Amazon Simple Queue Service (SQS) alternative to Apache Kafka (please mind it, I am not talking about 'Apache Kafka Streams') ? please shed some light, thanks!!
Great , better than AWS own videos
Thanks 🙏🏻
Nice Teaching, But little slow in explanation, makes you ,more perfect, Thank you.
Thank you its great industry level video. Pls explain why we are using any constraint in application .yml.
@Daily Code Buffer
Hi,
Can you please show the same example of Amazon SQS using Spring boot, Spring cloud stream with reading messages in bulk from the queue of 50 messages at a time?
Is there support for large messages with messagetemplate?
Thanks for this video man!
Nicely explained for Spring Boot 2.x version. Would you be able to have one for 3.x version?
Can you make a video on SQS with 2 microservices communicating with each other?
can you please provide same example accessing the SQS using rolebase ARN instead providing the credentials in the yml file.
hii, is it possible to consume a batch of messages? if yes, how to do it?
Hi I tried the same thing in my application. Message is not being received using sqs listener. Using short polling it is working. But Long polling is not working and not reading messages automatically
Great Video, It helped me a lot :)
Thanks 🙏🏻
Keep Supporting
Good lesson
Can you pls provide example(or any github link) for accessing SQS using ROLE instead of user credentials
Fabulous video..
Thank you 😊
Thank you❤
Hi. Great video as always. Which docker image is good to run/test SQS locally?
localstack
Hi, Amazon SQS or Axon? 😩
It doesnt work for FIFO Q, the listener works only for standard Q
Bhaisab, make video for AWS MQ rabbit MQ with spring ampq integration. Urgently needed
Nice video
Thank you 😊
Hi,
This is really helpful.
How to create new instance of application when we push each request to SQS.
I mean, whenever we push to sqs, it should spawn new instance of my application and send that request to it.