From 72aff4cc22932bd98b542ac9dd6393e23985e312 Mon Sep 17 00:00:00 2001 From: Gordon Sim Date: Wed, 27 Sep 2006 13:21:43 +0000 Subject: Initial implementation of basic_ack & basic_recover git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@450434 13f79535-47bb-0310-9956-ffa450edef68 --- cpp/client/test/topic_listener.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cpp/client/test') diff --git a/cpp/client/test/topic_listener.cpp b/cpp/client/test/topic_listener.cpp index 707b3443a1..d5b6d77c1a 100644 --- a/cpp/client/test/topic_listener.cpp +++ b/cpp/client/test/topic_listener.cpp @@ -129,7 +129,7 @@ void Listener::report(){ report << "Received " << count << " messages in " << time << " ms."; Message msg; msg.setData(report.str()); - channel->publish(msg, Exchange::DEFAULT_DIRECT_EXCHANGE, responseQueue); + channel->publish(msg, string(""), responseQueue); if(transactional){ channel->commit(); } -- cgit v1.2.1