| Message view | « Date » · « Thread » |
|---|---|
| Top | « Date » · « Thread » |
| From | Elber <shah...@hotmail.fr> |
| Subject | Re: How to enlarge ActiveMQ'S capacity of concurrent? |
| Date | Thu, 05 Jul 2007 14:10:56 GMT |
They are already instance variables of a class RCV(implements Runnable).
The question now is can I insert:
for(int i=0; i<Thread_number; i++)
{
t[i]=new Thread(this);
t[i].start();
}
?
if yes, where?
It will create a multiple connections or a multiple sessions in this case?
thank you.
--
View this message in context: http://www.nabble.com/How-to-enlarge-ActiveMQ%27S-capacity-of-concurrent--tf2266104s2354.html#a11447030
Sent from the ActiveMQ - Dev mailing list archive at Nabble.com.
| |
| Mime |
|
| View raw message | |