Spring Boot + RabbitMQ Retry Example for Error/Exception

preview_player
Показать описание
Рекомендации по теме
Комментарии
Автор

I actually liked the pace of this tutorial. No BS, just straight to the essentials. Good work

rtabucic
Автор

Thanks for this video, I tried different tutorials but your video helps me.

bharatranpariya
Автор

Awesome Buddy! Great Job. The best tutorial for starting off. Thanks!

falconthakur
Автор

I don't find the playlist which is containing this video series in your channel.

kayeshparvez
Автор

Hi, why isn't the exception InvalidSalaryException(); thrown when the message is first received? Why does the RabbitMQ server keeps pushing the message for 5 times? I know we have set the retry to 6 but what is the point of retrying if we can't fix the exception

jonsnow
Автор

@Javainuse - Could u please help me with this - In a banking project where we need to process debit & credit messages, if any of the message fails and goes to dlq and if rest of the all messages are consumed and processed from the actual other queue. Then its a problem, right? We need to fix the message in dlq and process it before next message gets consumed from actual queue. how to handle such cases?

ranganathds
Автор

how about data from dead queue?

let's say we have server downtime at the moment,
and the queues will move to dead letter automatically.
so if we want to run queues from dead letter, how supposed to do?

muhammadfirmanakbar
Автор

​ @Javainuse I have the same these properties are mentioned in the properties file, they have to be configured to the connectionfactory or else to SimpleRabbitListenerContainerFactory, which is done usually in RabbitMqConfig.java class.


For example, i have defined all the below properties, but only able to set 2
Wondering is there a place to set the retry









jagadishkurli
Автор

Great ! How can we do the same using Spring Cloud Stream API ?

prateekashtikar
Автор

how to know if retry is happened or not?

kotichintala
Автор

Hi, who is reading yaml file in this project and where have you written retry code based on yml config?? i mean how does rabitmq know here that it has to retry after 2, 3, 6, and 10 sec????

ameeralikhan