allows http threads to continue their job by asynchronously queuing database updates

This commit is contained in:
Athou
2013-04-23 20:05:08 +02:00
parent c71b0aee96
commit 5bba598b2e
4 changed files with 129 additions and 19 deletions

View File

@@ -9,11 +9,10 @@
MaxActive 50
</Resource>
-->
<!--
<Container id="CommaFeedStateless" type="STATELESS">
MaxSize=50
PoolSize=50
StrictPooling=true
<Container id="CommaFeedMessage" type="MESSAGE">
InstanceLimit 5
ResourceAdapter=JMSCommaFeedAdapter
</Container>
-->
<Resource id="JMSCommaFeedAdapter" type="ActiveMQResourceAdapter">
</Resource>
</tomee>