From 7fe773bbe84322ccc02a87922c30d8f3cff3b268 Mon Sep 17 00:00:00 2001 From: Rajith Muditha Attapattu Date: Mon, 25 May 2009 02:56:14 +0000 Subject: Added a message to indicate the producer and consumer have completed the test. This can be then greped by any automated to test script to identify the end of a test run. git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@778265 13f79535-47bb-0310-9956-ffa450edef68 --- java/tools/src/main/java/org/apache/qpid/tools/QpidBench.java | 2 ++ 1 file changed, 2 insertions(+) (limited to 'java/tools') diff --git a/java/tools/src/main/java/org/apache/qpid/tools/QpidBench.java b/java/tools/src/main/java/org/apache/qpid/tools/QpidBench.java index 9770adceb0..602fcc6321 100644 --- a/java/tools/src/main/java/org/apache/qpid/tools/QpidBench.java +++ b/java/tools/src/main/java/org/apache/qpid/tools/QpidBench.java @@ -453,6 +453,7 @@ public class QpidBench { throw new RuntimeException(e); } + System.out.println("Consumer Completed"); } }; @@ -492,6 +493,7 @@ public class QpidBench { throw new RuntimeException(e); } + System.out.println("Producer Completed"); } }; Thread t; -- cgit v1.2.1