C#.Net示例中的消息队列 [英] Message Queue in C# .Net Example

查看:760
本文介绍了C#.Net示例中的消息队列的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

大家晚上好.

我是消息队列概念的新手.在我的应用程序中,客户通过消息向管理员发送一些请求.如果管理员在120秒内接受或拒绝了请求,我给了120秒.结果显示给客户.否则,该请求将在120秒后自动取消,没有问题.如果同时收到两个客户发送的请求,并且收到第一个消息,并且管理员读取了该请求,那么请求的长度大约是110秒,那么他们会在120秒结束时接受或拒绝该请求,同时第二个请求被取消自动地.如何使用消息队列基于第一个请求处理发送第二个请求.

请任何人帮助我.如果有人发送示例,这对我很有帮助.

在此先感谢

通过Meganathan.M

Good evening to all.

I am new one to message queue concept. In my application customer send some request to admin through message. I given 120 sec to customer if admin accepted or rejected the request within 120 seconds. The result display to customer. Otherwise the request will cancelled automatically after 120 sec there is no problem. If two customer send requested at same time first message is received and the admin read the request the request is length it take around 110 sec then they accept or reject the request at the end of the 120 sec at the same time the second request is cancelled automatically. How can I use message queue send the second request based on the first request processing.

Please help me anyone. If any one send some example it is very helpful to me.

Thanks in advance

By Meganathan.M

推荐答案

让这一切以您的方式开始:
http://www.codeproject.com/Articles/193611/用于Net的DotNetMQ-A-完整消息队列系统 [
Let this begin your way:
http://www.codeproject.com/Articles/193611/DotNetMQ-A-Complete-Message-Queue-System-for-NET[^]


这篇关于C#.Net示例中的消息队列的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆