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,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">
|
||||||
|
|||||||
Reference in New Issue
Block a user