Jesper Pedersen [https://community.jboss.org/people/jesper.pedersen] created 
the discussion

"Re: JCA Connector 8 hosts, 165 users"

To view the discussion, visit: https://community.jboss.org/message/733356#733356

--------------------------------------------------------------
First of all - a resource adapter isn't a datasource.

If you want to limit account access per server, and you know the account names 
up-front, just do a <config-property> on the ManagedConnectionFactory with the 
account names in a "," separated String. Then verify the CRI information 
against that. And the pool will be divided based on the equallity of the CRI, 
so there is no "same pool".

Read  
http://docs.jboss.org/ironjacamar/userguide/1.0/en-US/html/introduction.html#overview_outbound
 
http://docs.jboss.org/ironjacamar/userguide/1.0/en-US/html/introduction.html#overview_outbound
 - and look at  
http://docs.jboss.org/ironjacamar/userguide/1.0/en-US/html/samples.html#sample_helloworld
 
http://docs.jboss.org/ironjacamar/userguide/1.0/en-US/html/samples.html#sample_helloworld
--------------------------------------------------------------

Reply to this message by going to Community
[https://community.jboss.org/message/733356#733356]

Start a new discussion in IronJacamar at Community
[https://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2098]

_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to