Skip to content

How to setup/configure dead letter queues #615

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

Open
JamieCee20 opened this issue Jan 20, 2025 · 1 comment
Open

How to setup/configure dead letter queues #615

JamieCee20 opened this issue Jan 20, 2025 · 1 comment

Comments

@JamieCee20
Copy link

So I have my exchange and queues in place, I then have a dead-letter queue binded to a dead-letter exchange. But when my job fails, nothing is happening, nothing appears in my dead-letter queue. I cant for the life of me, find out why

@ALTELMA
Copy link

ALTELMA commented May 13, 2025

I was facing the same issue. In my case, I just need to set config properly.

'exchange' => 'application-x',
'exchange_type' => 'topic', // Exchange name
'exchange_routing_key' => '', // Dead letter exchange key

However, I need to set to config in RabbitMQ, too. You need to check arguments to support dlx

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

2 participants