Skip to content

Need some event to handle recovery success #156

Closed
@miracles-happen

Description

@miracles-happen

Dear team,

is there any way (may be some event) to recognize connection recovery for RabbitMQ?

I have a dashboard in my application, and I want to display to user the status of listening from Rabbit MQ. I've set up AutomaticRecoveryEnabled = true for ConnectionFactory. And I've set up NetworkRecoveryInterval to 10 seconds.

And I handle EventingBasicConsumer 's Shutdown event in order to provide information about disconnection. (I also have ConnectionShutdown event of IConnection).
But I can't find any ability to handle recovery success. Is there any event in case the connection was recovered? I want to notify my users that connection was recovered.

Thank you.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions