0 Replies Latest reply on Jan 30, 2016 8:47 AM by yoav-golan

    reconnect-attempts

    yoav-golan

      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 ?