0 Replies Latest reply on Jul 7, 2006 2:04 AM by nooreazam

    Need more information on Threads

    nooreazam

      Hi,

      I have a following snippet, which starts multiple threads to handle the responses.

      GetAMessage gm = new GetAMessage(adapterServerid,adminConfig.getMessagingPropertyAlias(),this,timeout);

      gm.start();

      This code is same for both the weblogic and jboss servers.
      For both the servers it is printing as --
      In web logic --
      Thread[Thread-11,5,Thread Group for Queue: 'MyExecuteQueue']

      In Jboss--
      Thread[Thread-16,5,RMI Runtime]

      Can anybody tell me, y the differences is.

      Pls, do reply.

      Thanks in advance.