-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[messenger] Failed message never delivered to failed queue after retry #37985
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
Comments
Hey, thanks for your report! |
Hello? This issue is about to be closed if nobody replies. |
Hey, I didn't hear anything so I'm going to close it. Feel free to comment if this is still relevant, I can always reopen! |
Hello! I have the same trouble( |
@jmhoueg, if you add to current failed transport (amqp_create_order_error) this binding_key "ms.customer-order;onestock_create_order" - you will receive messages in failed queue. |
Thanks, fixed the problem a long time ago but dont remember what i did exactly. I think i used a middleware |
Uh oh!
There was an error while loading. Please reload this page.
Symfony version(s) affected: 5.1.3
Description
Using messenger with RabbitMQ, after a message fails and is retried 2 times, the message should be sent to the failed queue but it doesn't happen for me. This is my messenger.yaml:
I read #31455 and according to what was said it should work without trouble. What can i do please?
How to reproduce
Use my messenger.yaml, create a handler which fails and see what happens
The text was updated successfully, but these errors were encountered: