1 Reply Latest reply on Nov 21, 2008 4:37 AM by tfennelly

    What will happen if thread limit exceeds and new message arr

    denix

      What will happen if thread limit exceeds and new message arrives: i.e., for example, listener may process only 5 threads simutanously (maxThreads=5).
      What will happen if 6th message arrives for processing, but all threads are busy.
      Will it be processed when one of threads will be free or message will be lost?