Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add AWS' Simple Queue Service support for transport #1018

Closed
wants to merge 18 commits into from
Closed

Add AWS' Simple Queue Service support for transport #1018

wants to merge 18 commits into from

Commits on Oct 7, 2020

  1. Add AWS' SQS support for transport

    Omar Qurie committed Oct 7, 2020
    Configuration menu
    Copy the full SHA
    ba659e3 View commit details
    Browse the repository at this point in the history
  2. Add doc.go

    Omar Qurie committed Oct 7, 2020
    Configuration menu
    Copy the full SHA
    1ae7ac3 View commit details
    Browse the repository at this point in the history
  3. Review after first pull request pass

    Omar Qurie committed Oct 7, 2020
    Configuration menu
    Copy the full SHA
    66dc418 View commit details
    Browse the repository at this point in the history
  4. Add mutex to sync use of left messages var

    Omar Qurie committed Oct 7, 2020
    Configuration menu
    Copy the full SHA
    98eea25 View commit details
    Browse the repository at this point in the history

Commits on Oct 12, 2020

  1. Configuration menu
    Copy the full SHA
    b8b823f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7546abb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f839b88 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ec32deb View commit details
    Browse the repository at this point in the history
  5. Fix typo in doc.go

    Omar Qurie committed Oct 12, 2020
    Configuration menu
    Copy the full SHA
    a102c19 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3558763 View commit details
    Browse the repository at this point in the history
  7. Replace Publisher by Producer

    Omar Qurie committed Oct 12, 2020
    Configuration menu
    Copy the full SHA
    e1892b5 View commit details
    Browse the repository at this point in the history
  8. Replace sqs by SQS in comments

    Omar Qurie committed Oct 12, 2020
    Configuration menu
    Copy the full SHA
    3abc488 View commit details
    Browse the repository at this point in the history

Commits on Oct 13, 2020

  1. Delete responseQueueURL from producer

    Omar Qurie committed Oct 13, 2020
    Configuration menu
    Copy the full SHA
    a340fef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0223d13 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2020

  1. Simplify code: Consumer now only supports single message serving. rec…

    …eiving messages, handling multiple messages and updating visibilitytimeout must be done by the users.
    Omar Qurie committed Oct 14, 2020
    Configuration menu
    Copy the full SHA
    f68f079 View commit details
    Browse the repository at this point in the history
  2. Fix comments punctuation

    Omar Qurie committed Oct 14, 2020
    Configuration menu
    Copy the full SHA
    59c9df1 View commit details
    Browse the repository at this point in the history
  3. Delete VisibilityTimeoutFunc type

    Omar Qurie committed Oct 14, 2020
    Configuration menu
    Copy the full SHA
    9d978f3 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2020

  1. Make serveMessage return func

    Omar Qurie committed Oct 26, 2020
    Configuration menu
    Copy the full SHA
    b673cbe View commit details
    Browse the repository at this point in the history