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

Dead Letter Queue fails #42

Open
bitbitbit opened this issue Jun 11, 2020 · 0 comments
Open

Dead Letter Queue fails #42

bitbitbit opened this issue Jun 11, 2020 · 0 comments

Comments

@bitbitbit
Copy link

bitbitbit commented Jun 11, 2020

Using config as set below:

queues {
    default {
        defaultVisibilityTimeout = 10 seconds
        delay = 5 seconds
        receiveMessageWait = 0 seconds
        deadLettersQueue {
            name = "queue1-dead-letters"
            maxReceiveCount = 3 // from 1 to 1000
        }
    }
    queue1-dead-letters { }
}

When sending a message to default , it will automatically go to queue1-dead-letters.

I am using docker image roribio16/alpine-sqs and running it locally. Sending and receiving message commands same as README.

Have also tried same config with docker image softwaremill/elasticmq and it works. Not really sure what was wrong but help will be very much appreciated :D

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant