summaryrefslogtreecommitdiff
path: root/java/perftests/etc
diff options
context:
space:
mode:
authorKeith Wall <kwall@apache.org>2012-07-27 08:09:52 +0000
committerKeith Wall <kwall@apache.org>2012-07-27 08:09:52 +0000
commitaecfa4d4dc75815232e5a571780ad73647ea51b5 (patch)
tree1e5d57e50408dd717bf77f797504f9e3a099d85d /java/perftests/etc
parent7dfc4f4551423427183f50b266e31ed4ecb2d573 (diff)
downloadqpid-python-aecfa4d4dc75815232e5a571780ad73647ea51b5.tar.gz
QPID-4143: modify perf test framework's queue management to allow non-Qpid implementations to be used.
Applied patch from Philip Harvey <phil@philharveyonline.com> git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1366305 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/perftests/etc')
-rw-r--r--java/perftests/etc/perftests-jndi.properties4
1 files changed, 0 insertions, 4 deletions
diff --git a/java/perftests/etc/perftests-jndi.properties b/java/perftests/etc/perftests-jndi.properties
index 04a8ad9101..f33af6fdd5 100644
--- a/java/perftests/etc/perftests-jndi.properties
+++ b/java/perftests/etc/perftests-jndi.properties
@@ -15,12 +15,8 @@
# specific language governing permissions and limitations
# under the License.
-# this file is used for running system tests of the performance test framework,
-# (i.e. not for running the performance tests themselves!)
-
java.naming.factory.initial = org.apache.qpid.jndi.PropertiesFileInitialContextFactory
-# use QpidBrokerTestCase's default port
connectionfactory.connectionfactory = amqp://guest:guest@clientid/test?brokerlist='tcp://localhost:5672'
destination.controllerqueue = direct://amq.direct//controllerqueue?autodelete='true'