Skip to content

Commit

Permalink
Added message converter to SqsMessageListenerContainerFactory
Browse files Browse the repository at this point in the history
  • Loading branch information
smirnovaae committed Jan 15, 2025
1 parent c5789cd commit d471d78
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ public SQSConfig(@Value("${cloud.aws.region.static}") String region,
}

@Bean
SqsMessageListenerContainerFactory<Object> defaultSqsListenerContainerFactory(SqsAsyncClient sqsAsyncClient) {
public SqsMessageListenerContainerFactory<Object> defaultSqsListenerContainerFactory(SqsAsyncClient sqsAsyncClient) {
return SqsMessageListenerContainerFactory
.builder()
.configure(options -> options
Expand Down

0 comments on commit d471d78

Please sign in to comment.