C#使用Microsoft消息队列(MSMQ)的示例详解
public partial class Form1 : Form
{
MessageQueue queue;
string path = ".Private$ estQueue";
public Form1()
{
InitializeComponent();
CreateMessageQueue();
}
private void button1_Click(object sender, EventArgs e)
{
SendMessage(this.textBox1.Text);
}
private void CreateMessageQueue()
{
if(MessageQueue.Exists(path))
{
queue = new MessageQueue(path);
}
else
{
queue = MessageQueue.Create(path);
}
}
private void SendMessage(string str)
{
var message = new System.Messaging.Message();
message.Formatter = new XmlMessageFormatter(new Type[]{ typeof(string)});
message.Body = str;
queue.Send(message);
MessageBox.Show("消息发送成功");
}
private void SendMessage(Image image)
{
var message = new System.Messaging.Message();
message.Formatter = new BinaryMessageFormatter();
message.Body = image;
queue.Send(message);
MessageBox.Show("图像发送成功");
}
private void button2_Click(object sender, EventArgs e)
{
OpenFileDialog open = new OpenFileDialog();
open.Filter = "图像文件|*.jpg;*.bmp;*.png";
open.InitialDirectory = Environment.GetFolderPath(Environment.SpecialFolder.MyPictures);
if(open.ShowDialog() == DialogResult.OK)
{
Image image = Bitmap.FromFile(open.FileName);
SendMessage(image);
}
}
private void button3_Click(object sender, EventArgs e)
{
MessageBox.Show(queue.GetAllMessages().Length.ToString());
}
private void button4_Click(object sender, EventArgs e)
{
queue.Purge();
}
}
- .NET Core系列之MemoryCache 初识
- 007手机一键Root(安机网一键Root) v3.0 官方最新版 一键ROOT您的Android手机
- 12306密码被盗了怎么办?12306密码外泄解决方法
- 12个字的qq网名
- 150M迷你型无线路由器怎么设置?
- 192.168.1.1打不开怎么办?路由器192.168.1.1打不开的原因以及解决办法
- 2011年电子报合订本 电子报 编辑部 中文 PDF版 [84M]
- 2015年1月15日小米新旗舰发布会现场图文直播
- 2016.3.1vivo Xplay5新品发布会现场视频直播 优酷直播
- 2016华为P9发布会视频直播地址 4月15日华为P9国行发布会直播