Queue Reconnection
I have a Receiver that is receiving messages from a Queue created in a Broker on another machine (Single delivery policy). If the connection goes down (i.e. I remove the network cable), I can detect the connection failure and then reconnect (once the cable is plugged in again). However the receiver cannot reconnect to the Queue for a while - it raises a Resource in Conflict exception.
I assume this is because the broker still thinks the original Receiver is connected, and eventually it does realise the connection was lost and allow the new connection to be establised.
Is there any way of configuring how long this takes? and, if its possible, what would be the impact of reducing the time taken to check that a connection is dead?
Thanks very much for your help.

