[jboss-user] [JBoss Messaging Users] - Re: Connection pool for ClusteredConnectionFactory, how to ?

2009-10-26 Thread roman.mandel...@gmail.com
gaohoward wrote : | Q1: | JBM doesn't provide connection pooling. You need to pool the connection yourself or using some 3rd party lib (if any). | | Q2: | Because JBM doesn't pool connections, so there is no place for such configurations. | | Howard | Thanks, I think I can

[jboss-user] [JBoss Messaging Users] - Re: Connection pool for ClusteredConnectionFactory, how to ?

2009-10-26 Thread timfox
If you're using a stateless session bean that means you're running on a server so you can just use JCA pooling. There are various wiki pages on this. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4262091#4262091 Reply to the post :

[jboss-user] [JBoss Messaging Users] - Re: Connection pool for ClusteredConnectionFactory, how to ?

2009-10-26 Thread roman.mandel...@gmail.com
timfox wrote : If you're using a stateless session bean that means you're running on a server so you can just use JCA pooling. | | There are various wiki pages on this. You mean: to pool JMS stub with JCA it interesting , have you tried it ? View the original post :

[jboss-user] [JBoss Messaging Users] - Re: Connection pool for ClusteredConnectionFactory, how to ?

2009-10-26 Thread timfox
This is actually mandated by the JEE spec. Any JMS connections you create from a SLSB must be created (and pooled) by a JCA managed connection factory. View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4262097#4262097 Reply to the post :

[jboss-user] [JBoss Messaging Users] - Re: Connection pool for ClusteredConnectionFactory, how to ?

2009-10-26 Thread bershath27
roman.mandel...@gmail.com wrote : timfox wrote : If you're using a stateless session bean that means you're running on a server so you can just use JCA pooling. | | | | There are various wiki pages on this. | | | You mean: to pool JMS stub with JCA it interesting , have you

[jboss-user] [JBoss Messaging Users] - Re: Connection pool for ClusteredConnectionFactory, how to ?

2009-10-26 Thread timfox
http://www.jboss.org/community/wiki/ShouldIcacheJMSconnectionsandJMSsessions View the original post : http://www.jboss.org/index.html?module=bbop=viewtopicp=4262099#4262099 Reply to the post : http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4262099

[jboss-user] [JBoss Messaging Users] - Re: Connection pool for ClusteredConnectionFactory, how to ?

2009-10-25 Thread gaohoward
Q1: JBM doesn't provide connection pooling. You need to pool the connection yourself or using some 3rd party lib (if any). Q2: Because JBM doesn't pool connections, so there is no place for such configurations. Howard View the original post :