diff options
| author | Robert Greig <rgreig@apache.org> | 2007-03-01 15:09:17 +0000 |
|---|---|---|
| committer | Robert Greig <rgreig@apache.org> | 2007-03-01 15:09:17 +0000 |
| commit | 095ec69a3a779266f635d53402134609cba2d1bd (patch) | |
| tree | abdc46a37261a68a1dd1bcd8a7c8644d4190e50d /qpid/cpp/tests/topic_publisher.cpp | |
| parent | c453c6d2813b878e006bbbeee6b86720bbecf0e5 (diff) | |
| download | qpid-python-095ec69a3a779266f635d53402134609cba2d1bd.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@513371 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/tests/topic_publisher.cpp')
| -rw-r--r-- | qpid/cpp/tests/topic_publisher.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/qpid/cpp/tests/topic_publisher.cpp b/qpid/cpp/tests/topic_publisher.cpp index b95abd9d66..31e5fc3fc2 100644 --- a/qpid/cpp/tests/topic_publisher.cpp +++ b/qpid/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); |
