tomee variable tweaks

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

View File

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