view Messaging/Common/Settings.cs @ 31:7d9de5746f18

Working version
author adminsh@apollo
date Thu, 22 Mar 2012 08:09:41 +0000
parents 9919ee227c93
children 874e51b94623
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 ZeroMqAddress = "tcp://*:5555";
    }
}