summaryrefslogtreecommitdiff
path: root/cpp/include/qpid/agent/ManagementAgent.h
diff options
context:
space:
mode:
Diffstat (limited to 'cpp/include/qpid/agent/ManagementAgent.h')
-rw-r--r--cpp/include/qpid/agent/ManagementAgent.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/cpp/include/qpid/agent/ManagementAgent.h b/cpp/include/qpid/agent/ManagementAgent.h
index 10bc6527a9..e2451244c1 100644
--- a/cpp/include/qpid/agent/ManagementAgent.h
+++ b/cpp/include/qpid/agent/ManagementAgent.h
@@ -110,8 +110,8 @@ class ManagementAgent
uint16_t intervalSeconds = 10,
bool useExternalThread = false,
const std::string& storeFile = "",
- const std::string& uid = "",
- const std::string& pwd = "",
+ const std::string& uid = "guest",
+ const std::string& pwd = "guest",
const std::string& mech = "PLAIN",
const std::string& proto = "tcp") = 0;