amazon-sqs-java-extended-client-lib | Amazon SQS client | AWS library

 by   awslabs Java Version: 2.1.0 License: Apache-2.0

kandi X-RAY | amazon-sqs-java-extended-client-lib Summary

kandi X-RAY | amazon-sqs-java-extended-client-lib Summary

amazon-sqs-java-extended-client-lib is a Java library typically used in Cloud, AWS applications. amazon-sqs-java-extended-client-lib has no bugs, it has no vulnerabilities, it has build file available, it has a Permissive License and it has low support. You can download it from GitHub, Maven.

An extension to the Amazon SQS client that enables sending and receiving messages up to 2GB via Amazon S3.
Support
    Quality
      Security
        License
          Reuse

            kandi-support Support

              amazon-sqs-java-extended-client-lib has a low active ecosystem.
              It has 146 star(s) with 97 fork(s). There are 29 watchers for this library.
              There were 2 major release(s) in the last 12 months.
              There are 16 open issues and 24 have been closed. On average issues are closed in 317 days. There are 10 open pull requests and 0 closed requests.
              It has a neutral sentiment in the developer community.
              The latest version of amazon-sqs-java-extended-client-lib is 2.1.0

            kandi-Quality Quality

              amazon-sqs-java-extended-client-lib has 0 bugs and 0 code smells.

            kandi-Security Security

              amazon-sqs-java-extended-client-lib has no vulnerabilities reported, and its dependent libraries have no vulnerabilities reported.
              amazon-sqs-java-extended-client-lib code analysis shows 0 unresolved vulnerabilities.
              There are 0 security hotspots that need review.

            kandi-License License

              amazon-sqs-java-extended-client-lib is licensed under the Apache-2.0 License. This license is Permissive.
              Permissive licenses have the least restrictions, and you can use them in most projects.

            kandi-Reuse Reuse

              amazon-sqs-java-extended-client-lib releases are available to install and integrate.
              Deployable package is available in Maven.
              Build file is available. You can build the component from source.
              Installation instructions, examples and code snippets are available.
              amazon-sqs-java-extended-client-lib saves you 586 person hours of effort in developing the same functionality from scratch.
              It has 1366 lines of code, 134 functions and 7 files.
              It has high code complexity. Code complexity directly impacts maintainability of the code.

            Top functions reviewed by kandi - BETA

            kandi has reviewed amazon-sqs-java-extended-client-lib and discovered the below as its top functions. This is intended to give you an instant insight into amazon-sqs-java-extended-client-lib implemented functionality, and help decide if they suit your requirements.
            • Retrieves a list of messages from a specific queue
            • Get the reserved attribute name if present
            • Append user agent
            • Embed S3 pointer into S3 object
            • Deletes a batch of messages from a queue
            • Extract marker from receipt handle
            • Gets the S3 pointer from a receipt handle
            • Enable the payload support for S3
            • Enable support payload messages
            • Sets the server side encryption strategy
            • Sets the objectCannedACL
            • Disables legacy attribute name attribute name
            • Enable or disable large payload messages
            • Disables support for large payload messages
            • Sets whether payloads should be ignored or not
            • Closes the SQS connection
            • Deletes a specific queue
            • Sets the message size threshold
            • Creates a new SQS queue
            • Delivers a batch of messages to a specific queue
            • Changes the visibility of a specific message
            • Deletes a message from a queue
            • Changes the visibility of a message
            • Changes the visibility timeout of a message in a queue
            • Adds a permissions to a queue
            • Delivers a message to a specific queue
            Get all kandi verified functions for this library.

            amazon-sqs-java-extended-client-lib Key Features

            No Key Features are available at this moment for amazon-sqs-java-extended-client-lib.

            amazon-sqs-java-extended-client-lib Examples and Code Snippets

            No Code Snippets are available at this moment for amazon-sqs-java-extended-client-lib.

            Community Discussions

            Trending Discussions on amazon-sqs-java-extended-client-lib

            QUESTION

            How to use AmazonSQSExtendedClient to recieve data from an SQSEvent
            Asked 2019-Jul-16 at 20:38

            I've got two AWS lambda functions connected together via an SQS queue. They've been working correctly for a while, but recently the size of the payload has increased and now it's broken the 256Kb limit.

            After reading Question 43738341 like to use the AmazonSQSExtendedClient. I've looked at the code at github and have made my first lambda function send messages correctly (small payloads go via SQS, larger payloads are written to S3).

            What I'm struggling with is receiving messages: The entry point for my second lambda looks like:

            ...

            ANSWER

            Answered 2019-Jul-16 at 20:38

            The message body of an SQSEvent record where the payload exceeds 256KB should contain a JSON string representing an S3 pointer that consists of the s3BucketName and s3Key attributes for where the actual payload is stored. See the MessageS3Pointer class definition and storeMessageInS3 method of the AmazonSQSExtendedClient class for reference. With this information you should then be able to fetch the message content directly from S3 without relying on the SQS Extended Client Library within your Lambda event handler.

            Source https://stackoverflow.com/questions/57042235

            Community Discussions, Code Snippets contain sources that include Stack Exchange Network

            Vulnerabilities

            No vulnerabilities reported

            Install amazon-sqs-java-extended-client-lib

            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](http://docs.aws.amazon.com/AWSSdkDocsJava/latest/DeveloperGuide/java-dg-setup.html) in the AWS SDK for Java Developer Guide. Sign up for Amazon SQS — Go to the Amazon [SQS console](https://console.aws.amazon.com/sqs/home?region=us-east-1) to sign up for the service. Minimum requirements — To use the sample application, you’ll need Java 7 (or later) and [Maven 3](http://maven.apache.org/). For more information about the requirements, see the [Getting Started](http://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/s3-messages.html) section of the Amazon SQS Developer Guide. Download — Download the [latest preview release](https://github.com/awslabs/amazon-sqs-java-extended-client-lib/releases) or pick it up from Maven: # Version 2.x.
            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](http://docs.aws.amazon.com/AWSSdkDocsJava/latest/DeveloperGuide/java-dg-setup.html) in the AWS SDK for Java Developer Guide.
            Sign up for Amazon SQS — Go to the Amazon [SQS console](https://console.aws.amazon.com/sqs/home?region=us-east-1) to sign up for the service.
            Minimum requirements — To use the sample application, you’ll need Java 7 (or later) and [Maven 3](http://maven.apache.org/). For more information about the requirements, see the [Getting Started](http://docs.aws.amazon.com/AWSSimpleQueueService/latest/SQSDeveloperGuide/s3-messages.html) section of the Amazon SQS Developer Guide.
            Download — Download the [latest preview release](https://github.com/awslabs/amazon-sqs-java-extended-client-lib/releases) or pick it up from Maven: # Version 2.x

            Support

            Give us feedback [here](https://github.com/awslabs/amazon-sqs-java-extended-client-lib/issues). If you’d like to contribute a new feature or bug fix, we’d love to see Github pull requests from you.
            Find more information at:

            Find, review, and download reusable Libraries, Code Snippets, Cloud APIs from over 650 million Knowledge Items

            Find more libraries
            Install
            Maven
            Gradle
            CLONE
          • HTTPS

            https://github.com/awslabs/amazon-sqs-java-extended-client-lib.git

          • CLI

            gh repo clone awslabs/amazon-sqs-java-extended-client-lib

          • sshUrl

            git@github.com:awslabs/amazon-sqs-java-extended-client-lib.git

          • Stay Updated

            Subscribe to our newsletter for trending solutions and developer bootcamps

            Agree to Sign up and Terms & Conditions

            Share this Page

            share link

            Explore Related Topics

            Consider Popular AWS Libraries

            localstack

            by localstack

            og-aws

            by open-guides

            aws-cli

            by aws

            awesome-aws

            by donnemartin

            amplify-js

            by aws-amplify

            Try Top Libraries by awslabs

            git-secrets

            by awslabsShell

            aws-shell

            by awslabsPython

            autogluon

            by awslabsPython

            aws-serverless-express

            by awslabsJavaScript