mirror of
https://github.com/Athou/commafeed.git
synced 2026-03-21 21:37:29 +00:00
37 lines
934 B
XML
37 lines
934 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&failOverReadOnly=false&maxReconnects=20
|
|
UserName cf
|
|
Password cf
|
|
MaxActive 50
|
|
</Resource>
|
|
-->
|
|
|
|
<!--
|
|
<Resource id="PostgreSQL" type="DataSource">
|
|
JdbcDriver org.postgresql.Driver
|
|
JdbcUrl jdbc:postgresql://localhost:5432/commafeed
|
|
UserName cf
|
|
Password cf
|
|
MaxActive 50
|
|
</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>
|