DeadLetterQueue

command
v0.0.0-...-e8b88a3 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 22, 2021 License: Apache-2.0 Imports: 7 Imported by: 0

README

DeadLetterQueuev2.go

This example configures an Amazon SQS queue for messages that could not be delivered to another queue.

go run DeadLetterQueuev2.go -q QUEUE-NAME -d DEAD-LETTER-QUEUE-NAME

  • QUEUE-NAME is the name of the queue from which the dead letters are sent.
  • DEAD-LETTER-QUEUE-NAME is the name of the queue to which the dead letters are sent.

The unit test accepts similar values in config.json.

Documentation

Overview

Copyright Amazon.com, Inc. or its affiliates. All Rights Reserved. SPDX - License - Identifier: Apache - 2.0 snippet-start:[sqs.go-v2.DeadLetterQueue]

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL