summaryrefslogtreecommitdiff
path: root/cpp/tests/topic_publisher.cpp
diff options
context:
space:
mode:
authorRobert Greig <rgreig@apache.org>2007-03-01 15:09:17 +0000
committerRobert Greig <rgreig@apache.org>2007-03-01 15:09:17 +0000
commitef2e26031e8de47461a8653ecb764019fe4b603e (patch)
treef7eae59523a3f7d80bff774b1263abac2e58e04d /cpp/tests/topic_publisher.cpp
parent93d3d76cdc825cb717d781f3c9d0fc2549d00024 (diff)
downloadqpid-python-ef2e26031e8de47461a8653ecb764019fe4b603e.tar.gz
(Patch submitted by Rupert Smith) Small changes to use virtual hosts, merged back in from perftesting_persistent branch.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk/qpid@513371 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'cpp/tests/topic_publisher.cpp')
-rw-r--r--cpp/tests/topic_publisher.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/cpp/tests/topic_publisher.cpp b/cpp/tests/topic_publisher.cpp
index b95abd9d66..31e5fc3fc2 100644
--- a/cpp/tests/topic_publisher.cpp
+++ b/cpp/tests/topic_publisher.cpp
@@ -118,7 +118,7 @@ int main(int argc, char** argv){
}else{
try{
Connection connection(args.getTrace());
- connection.open(args.getHost(), args.getPort());
+ connection.open(args.getHost(), args.getPort(), "guest", "guest", "/test");
Channel channel(args.getTransactional(), args.getPrefetch());
connection.openChannel(&channel);