resend-message-queue/sqs-dl-queue 问题修复 & 功能扩展

解决BUG、新增功能、兼容多环境部署,快速响应你的开发需求

邮箱:yvsm@zunyunkeji.com | QQ:316430983 | 微信:yvsm316

resend-message-queue/sqs-dl-queue

最新稳定版本:1.0.1

Composer 安装命令:

composer require resend-message-queue/sqs-dl-queue

包简介

Resend messages in dead letter queues to the main queue in AWS SQS

README 文档

README

This is a Command line application to send messages from a dead letter queue in AWS SQS.

  • This is a PHP application to work with AWS SQS to reply to the messages in the dead letter queue to the main queue, therefore consumers of the main queue could start to consume the message. In some scenario, the message could not consume for any error and after fixing the error message need to be replied to the main one.

Install

  • you need to install PHP and composer in your Docker, VM,pc and etc...

  • You need to run composer install to install packages

  • You need to set the below variables in .env file:

        AWS_ACCESS_KEY_ID=yourkey
        AWS_SECRET_ACCESS_KEY=yoursecret
        AWS_REGION=eu-central-1
        AWS_VERSION=latest
        AWS_ENDPOINT=https://sqs.eu-central-1.amazonaws.com
    

Command

bin/console rmq:resend-dl-messages MAIN-QUEUE-NAME

Sample

bin/console rmq:resend-dl-messages my-queue

统计信息

  • 总下载量: 7
  • 月度下载量: 0
  • 日度下载量: 0
  • 收藏数: 0
  • 点击次数: 0
  • 依赖项目数: 0
  • 推荐数: 0

GitHub 信息

  • Stars: 0
  • Watchers: 1
  • Forks: 0
  • 开发语言: PHP

其他信息

  • 授权协议: MIT
  • 更新时间: 2023-06-30