Mercurial > silverbladetech
view Messaging/Common/Settings.cs @ 97:1adc1ae981ea
Tests added to SilverlightValidation.Tests
author | stevenhollidge <stevenhollidge@hotmail.com> |
---|---|
date | Sat, 05 May 2012 16:39:00 +0100 |
parents | 874e51b94623 |
children |
line wrap: on
line source
namespace Common { public class Settings { public const string MsmqQueueName = @".\private$\Queue#1"; public const int RabbitPortNumber = 5672; public const string RabbitQueueName = "Queue#2"; public const string ZeroMqServerAddress = "tcp://*:5555"; public const string ZeroMqClientAddress = "tcp://localhost:5555"; } }