if I put <reconnect-attempts>1000</reconnect-attempts> under <connection-factory> tag under <subsystem xmlns="urn:jboss:domain:messaging:1.3">
does it mean that only after 1000 reconnect (of jmsSession ? ) attempts the reciver will throw an exception and go out from onMassge method and jmsConnection will be close?
what is the trigger for the client to start doing reconnect attempts ? does it check the connection every some time ? if yes- what time and how it can be configred ?