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.
