Description
I think it would be "nice" to have some properties on the IConnection interface to get a status from the connection since while in most cases, you can get this through an exception, there is no realy way to know when your consumer is connected/disconnected from the broker when using the failover protocol
I have tryed to access the FailOverTransport.IsConnected property but apparently, there is no way to to this when using the IConnectionFactory
I don't know if it is possible to trigger an event on connect/disconnect from the broker and create an "isconnected" property ?