Amazon Simple Queue Service (SQS) with SpringBoot | Spring Cloud AWS

แชร์
ฝัง
  • เผยแพร่เมื่อ 6 ม.ค. 2025

ความคิดเห็น • 34

  • @DailyCodeBuffer
    @DailyCodeBuffer  4 ปีที่แล้ว

    Follow me on Twitter: twitter.com/DailyCodeBuffer

  • @marcosradix1
    @marcosradix1 4 ปีที่แล้ว +2

    You made this simplest, thank you!

  • @RelaxingDaybb
    @RelaxingDaybb 3 ปีที่แล้ว

    Thanks for the vídeo buddy! Kind regards from Spain!!

  • @sarulatha7374
    @sarulatha7374 2 ปีที่แล้ว +2

    Hi...Can you please make a video for how to send a JSON format queue using the same springboot

  • @im2crazyin
    @im2crazyin 2 ปีที่แล้ว

    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

  • @errahulrajocjp
    @errahulrajocjp 2 หลายเดือนก่อน

    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!!

  • @shahidgheti1692
    @shahidgheti1692 2 ปีที่แล้ว

    Great , better than AWS own videos

  • @natagangadharkattimani3272
    @natagangadharkattimani3272 3 ปีที่แล้ว

    Nice Teaching, But little slow in explanation, makes you ,more perfect, Thank you.

  • @ashishmaurya8717
    @ashishmaurya8717 3 ปีที่แล้ว

    Thank you its great industry level video. Pls explain why we are using any constraint in application .yml.

  • @yashaswisharma841
    @yashaswisharma841 3 ปีที่แล้ว +1

    @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?

  • @wscatao
    @wscatao ปีที่แล้ว

    Is there support for large messages with messagetemplate?

  • @tiagobitencourtmarques
    @tiagobitencourtmarques 3 ปีที่แล้ว

    Thanks for this video man!

  • @ST-jh2xk
    @ST-jh2xk 9 หลายเดือนก่อน

    Nicely explained for Spring Boot 2.x version. Would you be able to have one for 3.x version?

  • @souvikc37
    @souvikc37 3 ปีที่แล้ว +1

    Can you make a video on SQS with 2 microservices communicating with each other?

  • @chandrachalla6081
    @chandrachalla6081 4 ปีที่แล้ว

    can you please provide same example accessing the SQS using rolebase ARN instead providing the credentials in the yml file.

  • @djasentjendry4481
    @djasentjendry4481 2 ปีที่แล้ว

    hii, is it possible to consume a batch of messages? if yes, how to do it?

  • @mayurnayak3999
    @mayurnayak3999 ปีที่แล้ว

    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

  • @superbudy8338
    @superbudy8338 2 ปีที่แล้ว

    Great Video, It helped me a lot :)

  • @shaileshkumar2806
    @shaileshkumar2806 2 ปีที่แล้ว

    Good lesson

  • @eswararaoravada2895
    @eswararaoravada2895 4 ปีที่แล้ว

    Can you pls provide example(or any github link) for accessing SQS using ROLE instead of user credentials

  • @sumantasamal6761
    @sumantasamal6761 4 ปีที่แล้ว

    Fabulous video..

  • @backlogbatch
    @backlogbatch 2 ปีที่แล้ว

    Thank you❤

  • @dusanpotic9203
    @dusanpotic9203 2 ปีที่แล้ว

    Hi. Great video as always. Which docker image is good to run/test SQS locally?

  • @VinuezaDario
    @VinuezaDario 2 ปีที่แล้ว

    Hi, Amazon SQS or Axon? 😩

  • @HarshaVardhan-jf9sd
    @HarshaVardhan-jf9sd 3 ปีที่แล้ว

    It doesnt work for FIFO Q, the listener works only for standard Q

  • @shaival12
    @shaival12 3 ปีที่แล้ว

    Bhaisab, make video for AWS MQ rabbit MQ with spring ampq integration. Urgently needed

  • @VISHRUTMAJMUDAR
    @VISHRUTMAJMUDAR 4 ปีที่แล้ว

    Nice video

  • @prasadrajuveepuri5395
    @prasadrajuveepuri5395 3 ปีที่แล้ว

    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.