summaryrefslogtreecommitdiff
path: root/qpid/java/tools/src/main/resources
diff options
context:
space:
mode:
authorAlex Rudyy <orudyy@apache.org>2014-10-16 14:13:20 +0000
committerAlex Rudyy <orudyy@apache.org>2014-10-16 14:13:20 +0000
commita0e45180fd81652187e2b6f2a04a74aaba371935 (patch)
tree3d99570d8b88fe40c29958630d4138020508d254 /qpid/java/tools/src/main/resources
parentc194b6913e73661c1da7de29e02b5b921e0eaf1e (diff)
downloadqpid-python-a0e45180fd81652187e2b6f2a04a74aaba371935.tar.gz
QPID-6158: Add sample utility to help to perform stress testing of broker
The utility was originally implemented by Robbie Gemmell git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1632318 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/tools/src/main/resources')
-rw-r--r--qpid/java/tools/src/main/resources/stress-test-client.properties3
1 files changed, 3 insertions, 0 deletions
diff --git a/qpid/java/tools/src/main/resources/stress-test-client.properties b/qpid/java/tools/src/main/resources/stress-test-client.properties
new file mode 100644
index 0000000000..2ef8c258b4
--- /dev/null
+++ b/qpid/java/tools/src/main/resources/stress-test-client.properties
@@ -0,0 +1,3 @@
+java.naming.factory.initial = org.apache.qpid.jndi.PropertiesFileInitialContextFactory
+connectionfactory.qpidConnectionfactory = amqp://guest:guest@clientid/?brokerlist='tcp://localhost:5672'
+connectionfactory.qpidConnectionfactoryLowPrefetch=amqp://guest:guest@clientid/?brokerlist='tcp://localhost:5672?maxprefetch='10''