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.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3956066#3956066

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3956066

Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
JBoss-user mailing list
JBoss-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to