2013年2月19日

摘要: //Send MessageQueue MQueue = new MessageQueue(".\\private$\\MQDemo"); System.Messaging.Message Msg = new System.Messaging.Message(); Msg.Body = textBox1.Text; Msg.Formatter = new System.Messaging.XmlMessageFormatter(new Type[] { typeof(string) });MQueue .Send(Msg); //ReceiveMessageQueue MQ 阅读全文
posted @ 2013-02-19 15:02 宋时明月 阅读(416) 评论(0) 推荐(1) 编辑

导航