Registry / messaging / spring-cloud-aws-messaging

spring-cloud-aws-messaging

JSON →
library2.2.6.RELEASEjavamavenunverified

Spring Cloud AWS Messaging provides integration with Amazon SQS and SNS for message-driven applications.

<dependency> <groupId>org.springframework.cloud</groupId> <artifactId>spring-cloud-aws-messaging</artifactId> <version>2.2.6.RELEASE</version> </dependency>
INSTALL
IMPORT
SIG · SPRING-CLOUD-AWS-M
S
spring-cloud-aws-messaging
messagingjavav2.2.6.RELEASE
harness data pending
Install & Compatibility
Where this runs

No compatibility data collected yet for this library.

Code
Verified usage

Verified import paths — ran on the pinned version, not inferred.

QueueMessagingTemplate
org.springframework.cloud.aws.messaging.core.QueueMessagingTemplate

Sends a message to an SQS queue using QueueMessagingTemplate.

import org.springframework.cloud.aws.messaging.core.QueueMessagingTemplate; import com.amazonaws.services.sqs.AmazonSQSAsync; public class Example { private QueueMessagingTemplate messagingTemplate; public Example(AmazonSQSAsync amazonSQSAsync) { this.messagingTemplate = new QueueMessagingTemplate(amazonSQSAsync); } public void sendMessage(String queueName, String message) { messagingTemplate.convertAndSend(queueName, message); } }
Debug
Known issues
breakingVersion 2.2.6.RELEASE is the last release in the 2.x line; consider upgrading to Spring Cloud AWS 3.x for continued support.
fix
Update to spring-cloud-aws-messaging version 3.x or later.
affects: <3.0.0
Upgrade
Version history
2.2.6.RELEASElatest on Maven
Audit
Dependencies

No dependency data recorded yet.

Agent activity
26 hits · last 30 days
node
22
Amazon
1
OpenAI (training)
1
Resources
spring-cloud-aws-messaging — mvn dependency:get spring-cloud-aws-messaging · libregistry