2013-04-15 11:46:31 +02:00
|
|
|
<?xml version="1.0"?>
|
|
|
|
|
<tomee>
|
2013-04-22 17:11:32 +02:00
|
|
|
<!--
|
2013-04-22 13:20:05 +02:00
|
|
|
<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&characterEncoding=UTF-8
|
2013-04-22 13:20:05 +02:00
|
|
|
UserName cf
|
|
|
|
|
Password cf
|
2013-04-22 16:06:18 +02:00
|
|
|
MaxActive 50
|
2013-04-22 13:20:05 +02:00
|
|
|
</Resource>
|
2013-04-22 17:11:32 +02:00
|
|
|
-->
|
2013-04-23 20:05:08 +02:00
|
|
|
<Container id="CommaFeedMessage" type="MESSAGE">
|
|
|
|
|
InstanceLimit 5
|
|
|
|
|
ResourceAdapter=JMSCommaFeedAdapter
|
2013-04-22 13:20:05 +02:00
|
|
|
</Container>
|
2013-04-23 20:05:08 +02:00
|
|
|
<Resource id="JMSCommaFeedAdapter" type="ActiveMQResourceAdapter">
|
|
|
|
|
</Resource>
|
2013-04-15 11:46:31 +02:00
|
|
|
</tomee>
|