Uploaded image for project: 'EJB Client Library (AS7+)'
  1. EJB Client Library (AS7+)
  2. EJBCLIENT-37

Allow reconnect tasks timeout to be configurable

XMLWordPrintable

    • Icon: Feature Request Feature Request
    • Resolution: Done
    • Icon: Major Major
    • 1.0.6.Final, 1.1.0.Alpha1
    • 1.0.5.Final
    • None

      Would it be possible to parametrize await time in attemptReconnections method (EJBClientContext, method private synchronized void attemptReconnections())?

      It is always 10 seconds:

      reconnectTasksCompletionNotifierLatch.await(10, TimeUnit.SECONDS);
      

      It would be helpful if there will be a possibility to manage this somehow.

              jaikiran Jaikiran Pai (Inactive)
              jdabrowski Jacek Dabrowski (Inactive)
              Votes:
              0 Vote for this issue
              Watchers:
              1 Start watching this issue

                Created:
                Updated:
                Resolved: