summaryrefslogtreecommitdiff
path: root/qpid/java/testkit/etc
diff options
context:
space:
mode:
authorRajith Muditha Attapattu <rajith@apache.org>2009-05-27 15:30:20 +0000
committerRajith Muditha Attapattu <rajith@apache.org>2009-05-27 15:30:20 +0000
commit293f80d50fc7624beb50303120fcdedf1ae5ba0a (patch)
tree0ba851044945e3b20b930d0241447c60483e327c /qpid/java/testkit/etc
parentd8066a60abda29db997c738d8f8e9feac3c31a56 (diff)
downloadqpid-python-293f80d50fc7624beb50303120fcdedf1ae5ba0a.tar.gz
Removed extra system out statements from PerfProducer.java
Added more test cases to the perf report Uncommented and added clientid and subscription props to the testTopicD destination. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@779212 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/testkit/etc')
-rw-r--r--qpid/java/testkit/etc/jndi.properties2
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/java/testkit/etc/jndi.properties b/qpid/java/testkit/etc/jndi.properties
index c366a59f09..7a8180477b 100644
--- a/qpid/java/testkit/etc/jndi.properties
+++ b/qpid/java/testkit/etc/jndi.properties
@@ -30,6 +30,6 @@ destination.transientQueue = direct://amq.direct//testQueueT?autodelete='true'
destination.durableQueue = direct://amq.direct//testQueueD?durable='true'&autodelete='true'
destination.transientTopic = topic://amq.topic//testTopicT?autodelete='true'
-#destination.durableTopic = topic://amq.topic//testTopicD?durable='true'&autodelete='true'
+destination.durableTopic = topic://amq.topic//testTopicD?durable='true'&autodelete='true'&clientid='test'&subscription='testQueueD'
destination.fanoutQueue = fanout://amq.fanout//fanoutQueue?autodelete='true'