How to handle rabbitmq(microservice way) errors. Errors such as reconnection, or events such as connected successfully. What i want to do is trigger some code in case of rabbitmq connection breaks and connects again. I am using ClientProxy. But in serialize error method, no error is getting caught. Could someone provide a example code to implement this. I will be grateful. Thanks
