spring-cloud-aws Questions

3

"ResourceLoader" with AWS S3 works fine with these properties: cloud: aws: s3: endpoint: s3.amazonaws.com <-- custom endpoint added in spring cloud aws 2.3 credentials: accessKey:...
Secondly asked 18/6, 2021 at 11:49

5

Solved

I am trying to make SqsListener work but I can't with Spring Boot 3, it simply doesn't receive anything. When I change Spring Boot version back to 2.X everything's work perfectly. I am using 2.4.2 ...

1

I've got a Spring Boot app that's using an AWS RDS DB. I'm trying to get a RDS Aurora / Postgres DB working with read replicas. I've got the app running, however I cannot see any traffic going to t...
Involuntary asked 19/10, 2020 at 11:46

5

Solved

I am able to send messages to SQS queue from my springboot but not able to receive using sqslistener annotation, can someone help? public void send(String message) { queueMessagingTemplate.conv...

3

I'm deploying a springboot application with spring-cloud-stream and binder for AWS Kinesis. The application works fine when is deployed on aws elastic beanstalk if the beanstalk is configured with ...

1

Solved

what is the difference between these maven group ids. I see few examples on internet using org.springframework.cloud and other using io.awspring.cloud Is one preferred over other ?
Lorielorien asked 17/7, 2022 at 16:28

2

I user Spring cloud AWS for connecte to my Amazon S3 in openStack by default the endpoint is s3.amasonaws.com I want change the endpoint because my bucket S3 us in the private cloud not in public a...

1

Solved

Using Spring Cloud Hoxton.SR4 and Spring Boot 2.2.9.RELEASE libraries, my Spring Boot microservice starts up correctly and runs just fine when running against localstack in my local environment, bu...
Artiodactyl asked 5/8, 2020 at 18:35

5

Solved

I have been fighting with this for several hours today. I started with the documentation at http://cloud.spring.io/spring-cloud-aws/spring-cloud-aws.html#_sending_mails which doesn't really say a l...
Bajaj asked 15/9, 2017 at 18:29

5

Solved

I would like to start using metrics in my Springboot app and I would also like to publish them my amazon cloudwatch I know that with Springboot we can activate spring-actuator that provides in mem...
Anglicanism asked 3/8, 2017 at 19:49

2

I have a spring boot application that does not much more than listening to an SQS queue via a component "MessageHandler" that has a @SqsListener-annotated method, and start some work when a message...
Lathan asked 18/5, 2017 at 7:1

2

I'm using spring-cloud-aws-autoconfigure:2.1.0.RELEASE to connect to AWS. However when the app is running in an enviromnent other than AWS, I don't want the auto configuration to take place. I tri...
Fibrous asked 19/2, 2019 at 16:12

1

Solved

I'm using spring-cloud-aws-messaging in a Spring Boot project. I have SQS queue created manually in AWS. It is being used like: @SqsListener("${sqs.name.incoming}") public void listen(String mess...

2

Solved

I have a Spring Boot Application and want to receive Messages from multiple AWS SQS queues. These queues all have their own credentials (and there is sadly nothing I can do about that). None of th...
Mohammedmohammedan asked 23/9, 2019 at 14:23

2

Solved

I'm trying to implement logic with manual deleting of AWS SQS message using spring-cloud-aws-messaging. This feature was implemented in scope of this ticket from the example in tests @SqsListener(...
Outing asked 17/10, 2018 at 13:50

2

Solved

I'm using spring-cloud-aws's SqsListener to receive AWS SNS HTTP Notifications in JSON Format from AWS's Simple Queue Service (SQS). This is the code for the listener: @SqsListener(value = "my-qu...

1

Solved

I create a basic workflow of consuming messages from SQS with @SqsListener. It works fine but I constantly get tons of similar messages: org.springframework.core.task.TaskRejectedException: Exec...
Hospitalize asked 18/3, 2019 at 7:38

1

Solved

I have added spring-cloud-starter-aws-parameter-store-config dependency as explained in the spring documentation. Now, for unit tests I want to disable parameter store configuration. But not able t...
Maryalice asked 31/10, 2018 at 9:31

1

Solved

I have been trying to find documentation of @enablesns @enablesqs annotations but can't find them. They seem to be required for the sqs and sns integration to work. But I'd just like to have a bet...
Obstacle asked 12/9, 2018 at 7:31

1

Solved

Environment Spring Boot: 1.5.13.RELEASE Cloud: Edgware.SR3 Cloud AWS: 1.2.2.RELEASE Java 8 OSX 10.13.4 Problem I am trying to write an integration test for SQS. I have a local running locals...
Crossbench asked 31/5, 2018 at 22:6

1

Solved

In order to publish messages to SNS I need to assume the correct role, so when using AWS SDK I create an AmazonSNS bean like this: @Bean public AmazonSNS amazonSnsClient( @Value("${cloud.aws.cred...
Bay asked 14/2, 2018 at 14:21

1

I need to modify the Jackson2 object mapper that Spring Cloud AWS uses when it deserializes JSON and register a JavaTime module with it. This is because the SQS payload contains an instance of the ...

1

According to the latest version of the Spring Cloud AWS Docs (http://cloud.spring.io/spring-cloud-aws/spring-cloud-aws.html) section 5.2.3 states you need to configure the QueueMessageHandler by us...
Rudiment asked 17/10, 2017 at 6:50

0

I am trying to trace Spring cloud integration aws + AWS SQS app with Sleuth. The receiver receives message from SQS after a message is added to queue. The log has app name, but no trace id and span...
Natashianatassia asked 29/7, 2017 at 0:19

1

Solved

How can I disable the Cloudformation in a spring boot app that using spring cloud AWS? I keep getting this error when running my app on amazon: ... Caused by: org.springframework.beans.BeanInstan...

© 2022 - 2025 — McMap. All rights reserved.