namespace RuleEngine.Constants { public static class QueueConstant { public const int QUEUESIZE = 1024 * 8; // 8MB } }