All Projects → awslabs → Amazon Sqs Java Messaging Lib

awslabs / Amazon Sqs Java Messaging Lib

Licence: apache-2.0
This Amazon SQS Java Messaging Library holds the Java Message Service compatible classes, that are used for communicating with Amazon Simple Queue Service.

Programming Languages

java
68154 projects - #9 most used programming language

Labels

Projects that are alternatives of or similar to Amazon Sqs Java Messaging Lib

go-aws-msg
AWS Pub/Sub Primitives for Go
Stars: ✭ 22 (-81.2%)
Mutual labels:  sqs
Dazn Lambda Powertools
Powertools (logger, HTTP client, AWS clients, middlewares, patterns) for Lambda functions.
Stars: ✭ 501 (+328.21%)
Mutual labels:  sqs
Amazon Sqs Java Temporary Queues Client
An Amazon SQS client that supports creating lightweight, automatically-deleted temporary queues, for use in common messaging patterns such as Request/Response. See http://aws.amazon.com/sqs.
Stars: ✭ 60 (-48.72%)
Mutual labels:  sqs
super-serverless-sample
Backend serverless que simula o sistema de votação do BBB
Stars: ✭ 30 (-74.36%)
Mutual labels:  sqs
Celery
Distributed Task Queue (development branch)
Stars: ✭ 18,378 (+15607.69%)
Mutual labels:  sqs
Terraform Sqs Lambda Trigger Example
Example on how to create a AWS Lambda triggered by SQS in Terraform
Stars: ✭ 31 (-73.5%)
Mutual labels:  sqs
sqs-to-lambda-async
Process SQS messages with Lambda, asynchronously
Stars: ✭ 27 (-76.92%)
Mutual labels:  sqs
Brighter
Command Dispatcher, Processor, and Distributed Task Queue
Stars: ✭ 1,393 (+1090.6%)
Mutual labels:  sqs
Gizmo
A Microservice Toolkit from The New York Times
Stars: ✭ 3,566 (+2947.86%)
Mutual labels:  sqs
Serverless
This is intended to be a repo containing all of the official AWS Serverless architecture patterns built with CDK for developers to use. All patterns come in Typescript and Python with the exported CloudFormation also included.
Stars: ✭ 1,048 (+795.73%)
Mutual labels:  sqs
sensu-plugins-aws
This plugin provides native AWS instrumentation for monitoring and metrics collection, including: health and metrics for various AWS services, such as EC2, RDS, ELB, and more, as well as handlers for EC2, SES, and SNS.
Stars: ✭ 79 (-32.48%)
Mutual labels:  sqs
Lambdaguard
AWS Serverless Security
Stars: ✭ 300 (+156.41%)
Mutual labels:  sqs
Yii Queue
Queue extension for Yii 3.0
Stars: ✭ 38 (-67.52%)
Mutual labels:  sqs
terraform-aws-sqs
Terraform module which creates SQS resources on AWS 🇺🇦
Stars: ✭ 53 (-54.7%)
Mutual labels:  sqs
Broadway sqs
A Broadway producer for Amazon SQS
Stars: ✭ 64 (-45.3%)
Mutual labels:  sqs
celery-connectors
Want to handle 100,000 messages in 90 seconds? Celery and Kombu are that awesome - Multiple publisher-subscriber demos for processing json or pickled messages from Redis, RabbitMQ or AWS SQS. Includes Kombu message processors using native Producer and Consumer classes as well as ConsumerProducerMixin workers for relay publish-hook or caching
Stars: ✭ 37 (-68.38%)
Mutual labels:  sqs
Taskq
Golang asynchronous task/job queue with Redis, SQS, IronMQ, and in-memory backends
Stars: ✭ 555 (+374.36%)
Mutual labels:  sqs
Loafer
Asynchronous message dispatcher - Currently using asyncio and amazon SQS
Stars: ✭ 104 (-11.11%)
Mutual labels:  sqs
Laravel Plain Sqs
Custom SQS connector for Laravel (or Lumen) that supports third-party, plain JSON messages
Stars: ✭ 91 (-22.22%)
Mutual labels:  sqs
Sqs Consumer
Build Amazon Simple Queue Service (SQS) based applications without the boilerplate
Stars: ✭ 1,019 (+770.94%)
Mutual labels:  sqs

Amazon SQS Java Messaging Library

The Amazon SQS Java Messaging Library holds the Java Message Service compatible classes, that are used for communicating with Amazon Simple Queue Service. This project builds on top of the AWS SDK for Java to use Amazon SQS as the JMS (as defined in 1.1 specification) provider for the messaging applications without running any additional software.

  • You can download release builds through the releases section of this project.
  • For more information on using the amazon-sqs-java-messaging-lib, see our getting started guide to SQS here.

Getting Started

  • Sign up for AWS — Before you begin, you need an AWS account. For more information about creating an AWS account and retrieving your AWS credentials, see AWS Account and Credentials in the AWS SDK for Java Developer Guide.
  • Minimum requirements — To use the sample application, you'll need Java 7 (or later) and Maven 3. For more information about the requirements, see the Getting Started section of the Amazon SQS Developer Guide.
  • Download — Download the latest release or pick it up from Maven:
  <dependency>
    <groupId>com.amazonaws</groupId>
    <artifactId>amazon-sqs-java-messaging-lib</artifactId>
    <version>1.0.8</version>
    <type>jar</type>
  </dependency>

Feedback

  • Give us feedback here.
  • If you'd like to contribute a new feature or bug fix, we'd love to see Github pull requests from you.
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].