MSMQ for CQRS——构建服务总线
我如何构建自己的服务总线?我知道有很多开源服务总线可用,例如 NService Bus、Rhino Bus 等...但我想通过实践来学习..
1) 你将如何构建总线?它有什么特点
2)我怎样才能使它独立于队列技术..即它应该与MSMQ一起作为天蓝色队列工作(从未与天蓝色队列一起工作)
3)我如何实现侦听器?我得到了一个链接..Nservice Bus 是这样做的吗 (MSMQListner)
4) 如何激活队列..我可以在 IIS 中托管我的服务,这样处理负载就不会成为问题(我希望如此)
5)MSMQ 的主机选项将如何?
请我不想使用 WCF。只是因为它使消息传递架构成为 RPC 调用
How can i build by own service Bus? i know there are Plenty of open source service bus available like NService Bus,Rhino Bus etc... But i want to learn by doing it..
1)How will you build the Bus? what the characteristics of it
2)How can i make it independent of the Queue technology.. ie it should work with MSMQ as azure queue(never worked with azure queue)
3)How Can i Implement Listener to to it? I got a link .. is it how Nservice Bus has done
(MSMQListner)
4) How can i activate the Queue .. can i host my service in IIS so that handling load will not be a problem (I hope so)
5)How will the Host option for MSMQ will be?
Please i dont want to use WCF .Just because it makes Messaging architecture as RPC calls
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
以下是我在构建 Lokad.CQRS(服务总线基础架构)时学到的一些经验教训对于 Windows Azure):
希望这会有所帮助,
里纳特
Here are a few lessons I've learned while building Lokad.CQRS (service bus infrastructure for Windows Azure):
Hope this helps,
Rinat