forked from Archives/Athou_commafeed
23 lines
648 B
XML
23 lines
648 B
XML
<?xml version="1.0"?>
|
|
<tomee>
|
|
<!--
|
|
<Resource id="MySQL" type="DataSource">
|
|
JdbcDriver com.mysql.jdbc.Driver
|
|
JdbcUrl jdbc:mysql://localhost/commafeed?useUnicode=true&characterEncoding=UTF-8&autoReconnect=true
|
|
UserName cf
|
|
Password cf
|
|
MaxActive 40
|
|
</Resource>
|
|
-->
|
|
<Container id="CommaFeedStateless" type="STATELESS">
|
|
PoolSize=50
|
|
StrictPooling=false
|
|
</Container>
|
|
<Container id="CommaFeedMessage" type="MESSAGE">
|
|
InstanceLimit 50
|
|
ResourceAdapter=JMSCommaFeedAdapter
|
|
</Container>
|
|
<Resource id="JMSCommaFeedAdapter" type="ActiveMQResourceAdapter">
|
|
</Resource>
|
|
</tomee>
|