Files
Athou_commafeed/src/main/tomee/conf/tomee.xml

19 lines
488 B
XML
Raw Normal View History

2013-04-15 11:46:31 +02:00
<?xml version="1.0"?>
<tomee>
<!--
<Resource id="MySQL" type="DataSource">
JdbcDriver com.mysql.jdbc.Driver
2013-04-25 08:09:44 +02:00
JdbcUrl jdbc:mysql://localhost/commafeed?useUnicode=true&amp;characterEncoding=UTF-8
UserName cf
Password cf
2013-04-22 16:06:18 +02:00
MaxActive 50
</Resource>
-->
<Container id="CommaFeedMessage" type="MESSAGE">
InstanceLimit 5
ResourceAdapter=JMSCommaFeedAdapter
</Container>
<Resource id="JMSCommaFeedAdapter" type="ActiveMQResourceAdapter">
</Resource>
2013-04-15 11:46:31 +02:00
</tomee>