Mercurial > silverbladetech
annotate Messaging/Common/Settings.cs @ 33:f3a0641c1586
bat files added to Messaging solution
author | adminsh@apollo |
---|---|
date | Thu, 22 Mar 2012 08:11:42 +0000 |
parents | 7d9de5746f18 |
children | 874e51b94623 |
rev | line source |
---|---|
26 | 1 namespace Common |
2 { | |
3 public class Settings | |
4 { | |
31 | 5 public const string MsmqQueueName = @".\private$\Queue#1"; |
27 | 6 public const int RabbitPortNumber = 5672; |
29 | 7 public const string RabbitQueueName = "Queue#2"; |
31 | 8 public const string ZeroMqAddress = "tcp://*:5555"; |
26 | 9 } |
10 } |