You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by js...@apache.org on 2008/01/02 12:23:47 UTC

svn commit: r608084 - /activemq/trunk/assembly/src/release/conf/activemq.xml

Author: jstrachan
Date: Wed Jan  2 03:23:39 2008
New Revision: 608084

URL: http://svn.apache.org/viewvc?rev=608084&view=rev
Log:
added an example of how to specify the maximum number of active JDBC connections

Modified:
    activemq/trunk/assembly/src/release/conf/activemq.xml

Modified: activemq/trunk/assembly/src/release/conf/activemq.xml
URL: http://svn.apache.org/viewvc/activemq/trunk/assembly/src/release/conf/activemq.xml?rev=608084&r1=608083&r2=608084&view=diff
==============================================================================
--- activemq/trunk/assembly/src/release/conf/activemq.xml (original)
+++ activemq/trunk/assembly/src/release/conf/activemq.xml Wed Jan  2 03:23:39 2008
@@ -164,6 +164,7 @@
     <property name="url" value="jdbc:mysql://localhost/activemq?relaxAutoCommit=true"/>
     <property name="username" value="activemq"/>
     <property name="password" value="activemq"/>
+    <property name="maxActive" value="200"/>
     <property name="poolPreparedStatements" value="true"/>
   </bean>
   -->  
@@ -175,6 +176,7 @@
     <property name="url" value="jdbc:oracle:thin:@localhost:1521:AMQDB"/>
     <property name="username" value="scott"/>
     <property name="password" value="tiger"/>
+    <property name="maxActive" value="200"/>
     <property name="poolPreparedStatements" value="true"/>
   </bean>
   -->