Ejemplo n.º 1
0
        public void Start(string exchangeName)
        {
            ZeroLog.LogInfo("consumer start...." + exchangeName);

            SubThread thd = this[exchangeName];

            thd.TogglePause(false);
            thd.Start();
        }