I am trying to use a DNS entry for my NServicebus queue endpoint but no messages are being sent. It works fine when I enter the computer name or an IPAddress. I can ping the record and it resolves cor
I have created a custom msmq service with WCF, which uses a custom binding as it needs to do some custom logic at the channel layer, where it calls another wcf service. The service is going to be a co
I have some messages in my queue. Now I notice that after 3 tries the service host faults. Is this a normal behavior? Where does the 3 times comes from? I thought it came from receiveRetryCount. But I
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
Is it possible to send a message from S开发者_如何学PythonAP to MSMQ ?Certainly it\'s \"possible\" - the question is, how far are you willing to go? If executing some custom program either on the SAP
Having created a System.Messaging.MessageQueue using the MessageQueue(string queuePath) constructor, attempting to use MessageQueue.Send(obj) results in a \'Unable to generate a temporary class (resul
I\'m using MSMQ to transfer data between geographically distributed systems. How can i configure the security of my message queue to give full access to a remote user. Also how can i do it throu开发者
Have a windows service that listens to a msmq. In the OnStart method is have this protected override void OnStart(string[] args)
I\'m seeing a really strange error that I\'m having a difficult time tracking down.I think its related to my configuration of Rhino ESB, though I\'m not sure
This question is a cross between a developer and a server setup question.I asked on Serverfault but no answer yet.As a developer, I need to setup a test to see how MSMQ works between two machines, and