Hi Antonie,
> One question remains, I tried to configure the connection pool (Bonecp) but > did not manage to change the partitionCount, maxConnectionsPerPartition or > minConnectionsPerPartition. I could not find any documentation for that. Do > you know how I can set those values? The BoneCP connection pool is configured by way of Qpid Broker's context variables. The variable names are: qpid.jdbcstore.bonecp.partitionCount qpid.jdbcstore.bonecp.maxConnectionsPerPartition qpid.jdbcstore.bonecp.minConnectionsPerPartition There is general documentation about the setting of context variables in the docbook: https://qpid.apache.org/releases/qpid-java-6.0.5/java-broker/book/Java-Broker-Management-Channel-Web-Console.html#Java-Broker-Management-Channel-Web-Console-Managing-Entities You apply the above variables to your virtualhost (if you are using a JDBC based virtualhost) or virtualhost node (if you are using a JDBC based virtualhost node with 'provided' store) using the context editor within the 'Edit' dialogue. As context variable inherit, you can also apply them an place 'higher' e.g. at the Broker, or from the environment or command line (./bin/qpid-server -prop qpid.jdbcstore.bonecp.partitionCount=15) Hope this helps. --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
