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 support for dead letter queues #23

Draft
wants to merge 5 commits into
base: main
Choose a base branch
from
Draft

Conversation

satabin
Copy link
Collaborator

@satabin satabin commented Jun 26, 2024

This PR adds basic support for dead letter queues in the library.

  • When creating a new queue, one can optionally configure an associated dead letter queue
  • When a queue is deleted, the library deletes the dead letter queue if any.

Solves #10

@satabin satabin added the enhancement New feature or request label Jun 26, 2024
@satabin satabin added this to the 0.3.0 milestone Jul 4, 2024
@satabin satabin force-pushed the deadletter/bootstrap branch from 7edea12 to d5309fb Compare July 9, 2024 08:56
@satabin satabin modified the milestones: 0.3.0, 0.4.0 Aug 21, 2024
@satabin satabin modified the milestones: 0.4.0, future Sep 18, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant