[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 implement this with stateless bean which will keep the 
connection, and will reload it if it is down.

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=4262090#4262090

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4262090
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[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 : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4262091
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[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 : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=4262095#4262095

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4262095
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[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 : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4262097
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[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 tried it ?

Tim is referring to the JMS session pool. In other words, obtaining connections 
from the factory bound at java:/JmsXA. Like Tim has clearly stated,there are 
n+1 examples + wiki's on the web..forum references etc etc

View the original post : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=4262098#4262098

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4262098
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[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 mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user


[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 : 
http://www.jboss.org/index.html?module=bbop=viewtopicp=4262074#4262074

Reply to the post : 
http://www.jboss.org/index.html?module=bbop=postingmode=replyp=4262074
___
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user