summaryrefslogtreecommitdiff
path: root/qpid/cpp/examples
diff options
context:
space:
mode:
authorGordon Sim <gsim@apache.org>2010-05-05 14:22:25 +0000
committerGordon Sim <gsim@apache.org>2010-05-05 14:22:25 +0000
commit069e710f614d57f7be6fab7a8ff8fdbe5a7b30f0 (patch)
tree9f4dd0631b7bb950d1265bbc263392e5e8ad64b7 /qpid/cpp/examples
parent41fcacf52840250f19c6652cfe0c055679aad387 (diff)
downloadqpid-python-069e710f614d57f7be6fab7a8ff8fdbe5a7b30f0.tar.gz
Allow empty subject for direct- and xml- exchanges
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@941306 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/examples')
-rw-r--r--qpid/cpp/examples/messaging/spout.cpp1
1 files changed, 0 insertions, 1 deletions
diff --git a/qpid/cpp/examples/messaging/spout.cpp b/qpid/cpp/examples/messaging/spout.cpp
index 275ca416bc..05d66f60e6 100644
--- a/qpid/cpp/examples/messaging/spout.cpp
+++ b/qpid/cpp/examples/messaging/spout.cpp
@@ -160,7 +160,6 @@ int main(int argc, char** argv)
spoutid << id << ":" << count;
message.getProperties()["spout-id"] = spoutid.str();
sender.send(message);
- std::cout << "Sent " << (count+1) << " of " << options.count << " messages" <<std::endl;
}
connection.close();
return 0;