diff options
| author | Rajith Muditha Attapattu <rajith@apache.org> | 2009-05-27 15:30:12 +0000 |
|---|---|---|
| committer | Rajith Muditha Attapattu <rajith@apache.org> | 2009-05-27 15:30:12 +0000 |
| commit | ba7280d1f6dc6a59021bfd86f20aa4382c3977a7 (patch) | |
| tree | 973a0b6eb355c0f7b9b34dc17b89275b69330ed0 /java/testkit/etc/jndi.properties | |
| parent | 65d5529cfbb16ac9400d8623e27095518b588d1d (diff) | |
| download | qpid-python-ba7280d1f6dc6a59021bfd86f20aa4382c3977a7.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/qpid@779212 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/testkit/etc/jndi.properties')
| -rw-r--r-- | java/testkit/etc/jndi.properties | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/java/testkit/etc/jndi.properties b/java/testkit/etc/jndi.properties index c366a59f09..7a8180477b 100644 --- a/java/testkit/etc/jndi.properties +++ b/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' |
