[rhmessaging-commits] rhmessaging commits: r2874 - mgmt/trunk/sesame/cpp/etc.

rhmessaging-commits at lists.jboss.org rhmessaging-commits at lists.jboss.org
Mon Nov 24 14:40:44 EST 2008


Author: tedross
Date: 2008-11-24 14:40:44 -0500 (Mon, 24 Nov 2008)
New Revision: 2874

Modified:
   mgmt/trunk/sesame/cpp/etc/sesame.conf
Log:
Filled out config file with defaults

Modified: mgmt/trunk/sesame/cpp/etc/sesame.conf
===================================================================
--- mgmt/trunk/sesame/cpp/etc/sesame.conf	2008-11-24 19:25:16 UTC (rev 2873)
+++ mgmt/trunk/sesame/cpp/etc/sesame.conf	2008-11-24 19:40:44 UTC (rev 2874)
@@ -15,9 +15,9 @@
 ##      proto=ssl,  5671
 ##      proto=rdma, 5672
 ##
-#host=localhost
-#proto=tcp
-#port=5672
+host=localhost
+proto=tcp
+port=5672
 
 ##======================
 ## Agent Authentication
@@ -29,9 +29,9 @@
 ## the password in this configuration file, you may use pwd-file to point
 ## to an access-restricted file containing the password.
 ##
-#mech=PLAIN
-#uid=guest
-#pwd=guest
+mech=PLAIN
+uid=guest
+pwd=guest
 #pwd-file=/etc/sesame/password
 
 ##==============
@@ -41,5 +41,5 @@
 ##
 ## Set the path to the directory where sesame will store persistent data.
 ##
-#state-dir=/var/sesame
+#state-dir=/var/lib/sesame
 




More information about the rhmessaging-commits mailing list