view Messaging/Common/Settings.cs @ 28:4c0dea4760c5

RabbitMq working
author adminsh@apollo
date Wed, 21 Mar 2012 20:29:04 +0000
parents 96fdf58e05b4
children 9919ee227c93
line wrap: on
line source

namespace Common
{
    public class Settings
    {
        public const int SocketsPortNumber = 5671;
        public const int RabbitPortNumber = 5672;
        public const int RabbitProtoPortNumber = 5673;
        public const string QueueName = "Queue#1";
        //public const string Uri = @"amqp://user:pass@localhost:5672/vhost\";
    }
}