Re: proton-j reactor socket error recovery

2016-02-15 Thread Robbie Gemmell
On 13 February 2016 at 08:59, Garlapati Sreeram Kumar wrote: > 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 >

proton-j reactor socket error recovery

2016-02-13 Thread Garlapati Sreeram Kumar
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