Spring Boot with Amazon SQS | Spring Cloud AWS | Amazon Web Services | AWS Simple Queue Service

แชร์
ฝัง
  • เผยแพร่เมื่อ 9 ก.ย. 2021
  • You will learn how to integrate spring cloud with Amazon SQS standard and fifo queue examples.
    GitHub Link: github.com/shameed1910/spring...
    SPRING BOOT + AWS Playlist link: • Spring Boot + AWS
    My Top Playlists:
    Spring Boot with Angular : • Spring Boot + Angular
    Spring Boot with Docker & Docker Compose : • Spring Boot Docker & D...
    Spring Boot with Kubernetes : • Spring Boot Docker Kub...
    Spring Boot with AWS : • Spring Boot + AWS
    Spring Boot with Azure : • Spring Boot Azure
    Spring Data with Redis : • Spring Data with Redis
    Spring Boot with Apache Kafka : • Apache kafka
    Spring Boot with Resilience4J : • SpringBoot Resilience4j
  • วิทยาศาสตร์และเทคโนโลยี

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

  • @PraveenKumar-ch5is
    @PraveenKumar-ch5is ปีที่แล้ว

    Thanks a lot!! This tutorial helped me , after wasting few hours on internet how to setup sqs in springboot

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

    Hello friend, thank you so much for sharing your knowledge.

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

    Tq guys

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

    at the end where you are using FIFO, you sent 2 msgs with second having body of "Hello world !! This is hameed". Why was this printed first and not second?

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

    hello sir ,
    getting error on headername and hearvalue in code

  • @ShubhamKumar-sv4iw
    @ShubhamKumar-sv4iw 7 หลายเดือนก่อน +1

    Hi bro, unable to recieve message from queue in logs.. replicated exactly the same thing. No error is displayed.

    • @technotowntechie9732
      @technotowntechie9732  7 หลายเดือนก่อน

      Check AWS Credentials and check Queue URL and Region and You can add the following lines to your application.properties to enable DEBUG logging for Spring Cloud AWS and Check for Message Visibility Timeout and Use AWS CloudWatch to monitor SQS metrics. Check if there are any issues or delays in message processing.
      logging.level.org.springframework.cloud.aws.messaging=DEBUG