WCF in IIS, using MSMQ in workgroup mode

后端 未结 4 1413
悲哀的现实
悲哀的现实 2021-02-07 21:32

I\'ve been trying out MSMQ with WCF, but I can\'t seem to get it to work properly. I\'ve got the client (which sends messages to the queue) working, by using WCF and a service r

4条回答
  •  借酒劲吻你
    2021-02-07 22:02

    Not sure if this is going to solve your concrete problem here, but there's a really good three-part blog post series by Tom Hollander:

    • MSMQ, WCF and IIS: Getting them to play nice (part 1 of 3)
    • MSMQ, WCF and IIS: Getting them to play nice (part 2 of 3)
    • MSMQ, WCF and IIS: Getting them to play nice (part 3 of 3)

    Also, since the Active Directory stuff seems to be the problem, have you tried to tell your MSMQ binding to not use AD ??

    
      
            <== try this setting here!
            
         
      
    
    

提交回复
热议问题