awslabs / awslabs/amazon-sqs-java-messaging-lib
Extend SQSMessageProducer to facilitate sending batches of JMS messages with SendMessageBatchRequest
Open
- Dominant language
- Java
- Stars
- 183
- Forks
- 150
- PR merge metrics
- No merged PRs in 30d
Description
Currently, the SQSMessageProducer only allows sending messages one by one. However the SQS supports SendMessageBatchRequest to send multiple messages with one request. While the JMS API does not support this, it would still be a useful and important feature.
Contributor guide
Assessment
This issue has not been assessed yet.