Hello All!

Question on reactor framework expected behavior:
- I am implementing an AmqpClient (for Azure EventHubs) and using 
reactor.connection(connxnHandler) to get a new out-bound connection and then 
creating sessions & Links (lets say a tree of 1 connxn – 1 session – 5 links). 
What happens on an event of socket errors? Is there a way to recover from the 
connection error and retain the same Connection-Session-Link hierarchy ? My 
question is more towards does Reactor provide any hooks to perform this Or do I 
need to maintain this mapping and recover from the situation. 

Thanks!
Sree

Reply via email to