mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
tomee variable tweaks
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user