Mercurial > silverbladetech
diff Messaging/Common/Settings.cs @ 26:045dac571339
Working on data binding to a user control
author | adminsh@apollo |
---|---|
date | Wed, 21 Mar 2012 15:39:53 +0000 |
parents | |
children | 96fdf58e05b4 |
line wrap: on
line diff
--- /dev/null Thu Jan 01 00:00:00 1970 +0000 +++ b/Messaging/Common/Settings.cs Wed Mar 21 15:39:53 2012 +0000 @@ -0,0 +1,9 @@ +namespace Common +{ + public class Settings + { + public const int SocketsPortNumber = 10001; + public const string QueueName = "Queue#1"; + //public const string Uri = @"amqp://user:pass@localhost:5672/vhost\"; + } +}