示例#1
0
        static void Main(string[] args)
        {
            mQ = new RabbitMQ();

            mQ.ConsumeEvents(OnQueueEventRecevied);
        }