[jboss-user] [JBoss Messaging] - Re: Thread Pool questions

2009-07-01 Thread gaohoward
Hi, About the maxPoolSize, i think it's the max size of JCA connection pool, I found this wiki that may help to understand this param. http://www.jboss.org/community/wiki/ConfigJCACommon View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4241204#4241204 Reply to

[jboss-user] [JBoss Messaging] - Re: Thread Pool questions

2009-07-01 Thread andy.mil...@jboss.com
"gaohoward" wrote : I know in JBoss Remoting there is difference in handling VM local and remote calls. But I don't know about the details. You can ask the remoting forum or the remoting doc. In JBM doc, you can also find some of the key remoting parameters too. | | Howard | Since my ca

[jboss-user] [JBoss Messaging] - Re: Thread Pool questions

2009-06-29 Thread gaohoward
I know in JBoss Remoting there is difference in handling VM local and remote calls. But I don't know about the details. You can ask the remoting forum or the remoting doc. In JBM doc, you can also find some of the key remoting parameters too. Howard View the original post : http://www.jboss.

[jboss-user] [JBoss Messaging] - Re: Thread Pool questions

2009-06-29 Thread andy.mil...@jboss.com
"gaohoward" wrote : Hi, | | I don't know if jms-ds.xml has such a parameter, you can ask the JCA forum about it. JBoss remoting does has such a parameter, you can read about it in the jboss remoting's doc. The remoting configuration file is set at the JBM server side only. | I know th

[jboss-user] [JBoss Messaging] - Re: Thread Pool questions

2009-06-28 Thread gaohoward
Hi, I don't know if jms-ds.xml has such a parameter, you can ask the JCA forum about it. JBoss remoting does has such a parameter, you can read about it in the jboss remoting's doc. The remoting configuration file is set at the JBM server side only. View the original post : http://www.jbos

[jboss-user] [JBoss Messaging] - Re: Thread Pool questions

2009-06-27 Thread andy.mil...@jboss.com
"gaohoward" wrote : The maxPoolSize is the max number of server threads that process requests. It's a remoting configuration parameter. | It appears to be something set in jms-ds.xml and nothing to do with remoting correct? Or in the case where the client is remote, you set it in the remotin

[jboss-user] [JBoss Messaging] - Re: Thread Pool questions

2009-06-26 Thread gaohoward
The maxPoolSize is the max number of server threads that process requests. It's a remoting configuration parameter. View the original post : http://www.jboss.org/index.html?module=bb&op=viewtopic&p=4240414#4240414 Reply to the post : http://www.jboss.org/index.html?module=bb&op=posting&mode=r

[jboss-user] [JBoss Messaging] - Re: Thread Pool questions

2009-06-26 Thread andy.mil...@jboss.com
"andy.mil...@jboss.com" wrote : "gaohoward" wrote : Inside the AS container, a MDB's connection to JBM is handled by JCA layer, which has its own pooling of connections. | | | | JBM_clientMaxPool is not about connection pool, it's about thread pool size at the remoting client side. |

[jboss-user] [JBoss Messaging] - Re: Thread Pool questions

2009-06-25 Thread andy.mil...@jboss.com
"gaohoward" wrote : Inside the AS container, a MDB's connection to JBM is handled by JCA layer, which has its own pooling of connections. | | JBM_clientMaxPool is not about connection pool, it's about thread pool size at the remoting client side. | | I don't see what do you refer to the

[jboss-user] [JBoss Messaging] - Re: Thread Pool questions

2009-06-25 Thread gaohoward
Inside the AS container, a MDB's connection to JBM is handled by JCA layer, which has its own pooling of connections. JBM_clientMaxPool is not about connection pool, it's about thread pool size at the remoting client side. I don't see what do you refer to the TCP connection pool, can you clarif