开发者

Is there a simple WCF example online that uses MSMQ? [closed]

开发者 https://www.devze.com 2022-12-27 22:46 出处:网络
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be suppor开发者_C百科ted by facts, references,or expertise, but this question will likely solic
As it currently stands, this question is not a good fit for our Q&A format. We expect answers to be suppor开发者_C百科ted by facts, references, or expertise, but this question will likely solicit debate, arguments, polling, or extended discussion. If you feel that this question can be improved and possibly reopened, visit the help center for guidance. Closed 10 years ago.

I have to do a small introductory presentation for my WCF Intro class (for my fellow students). :D

Can anyone point me in the right direction for a simple WCF/MSMQ application? Something dead-basic so I don't overwhelm everyone and myself. We're just learning this stuff. :)


The example I've always used - which seems to be the most thorough public available example - is SOA'izing MSMQ and WCF.

It's not really 'dead-basic', though. You need to have a grasp of both WCF and MSMQ before you will really understand what's going on.

Assuming you have a reasonable understanding of WCF, I'd suggest you create your own example. Essentially you create a basic WCF service, but change the binding from HTTP to MSMQ.

For a WCF intro class, do a demo of a http-based WCF service. Do you really need to demo the different bindings? Although MSMQ binding works the same, it is 'trickier' than HTTP binding.

edit: I've found another nice sample from Dennis van der Stelt called WCF and MSMQ. It covers the MSMQ specific configuration in simple steps.

0

精彩评论

暂无评论...
验证码 换一张
取 消