tomee variable tweaks

This commit is contained in:
Athou
2013-04-25 16:39:44 +02:00
parent 9ee2f60e03
commit 84f9b4e10e

View File

@@ -6,12 +6,16 @@
JdbcUrl jdbc:mysql://localhost/commafeed?useUnicode=true&characterEncoding=UTF-8
UserName cf
Password cf
MaxActive 50
MaxActive 80
</Resource>
-->
<Container id="CommaFeedStateless" type="STATELESS">
PoolSize=50
StrictPooling=false
</Container>
<Container id="CommaFeedMessage" type="MESSAGE">
InstanceLimit 5
ResourceAdapter=JMSCommaFeedAdapter
InstanceLimit 50
ResourceAdapter=JMSCommaFeedAdapter
</Container>
<Resource id="JMSCommaFeedAdapter" type="ActiveMQResourceAdapter">
</Resource>