Is it possible to use NServiceBus in an application without having any input queues? Reason is, I have an ASP.NET MVC application that se开发者_C百科nds messages to other applications when something
How to a subscribe to a queue in msmq using c#. Assuming i have a client as 开发者_运维问答a win form and would like to subscribe to a que, everytime a message is arrived in the que i would like the f
I have an application using NServiceBus to process messages, and while debugging I\'m finding t开发者_Python百科hat exceptions may be thrown, and the message is lost.I\'ve checked both the main and er
Can so开发者_开发百科meone point me to some good resources about setting up MSMQ for queue clustering? I\'m interested in help with:
Following the is the code I have for listening to messages from Windows form. I have noticed that when I click on send it sends a message to MyQueue but at that time I was hoping the event mq_Receive
I have an order as an XDocument and I simply want to stick it in the body of a message and send it to an MSMQ queue. I\'ve effectively serialized the order object already and now I just want to send i
In WCF4 we a provided with a great feature - routing services. MSMQ4 supports remote transactional read. So now building simple publish-subscribe on WCF seems to be a piece of cake. But I get one doub
Example: I add a PostSharp attribute to a method to ensure a stopwatch is started before the method is called, and stopped just after the call returns. This method is used in a web app, so it will b
We are using Nant to deploy an application and need to create some MSMQ Queues during the process. We use Nant/psexec/cscript to call a VBScript to create the queue itself but we also need to set the
I\'ve been using MSMQ for some time but found this issue to be really weird. We have a GPS tracker which sends messages to MSMQ. I made sure the queues I\'m using are not empty, programatically, but