First of all i will describe current state: Server consists of several WCF services, hosted in one or several win services ondiffirent machines.
I have a service which needs to run on multiple machines picking jobs off of a single queue ensuring each job is only undertaken by a single service. I also need to publish messages for all services t
I am trying to implement publisher - subscribe in my project of asp.net (wcf) web services. When i am trying to create bus in global.asax
i know that i can implement a message in NServiceBus with the TimeToBeReceived attribute but does nservicebus has an infrastructur开发者_运维百科e facilities for executing an event-handler when the
I\'m trying to use the Distributor in the NServiceBus FullDuplex sample but I can\'t get it working. I\'ve been following the this guide Getting the NServ开发者_如何学GoiceBus Distributor Working, but
I have written a mvc that uses nservicebus to publish messages. This works fine under Cassini. When trying to use IIS, I receive an error message when I call Create() to crea开发者_StackOverflow中文版
What is the required IOC instance lifecycle I need to use in conjuction with a NServiceBus message handler if I want an instance per message handled.
I have trouble sending a message via NServiceBus. I have an ASP.Net MVC web app, developing on Win7 x64, I have configured my web.config as
I am just starting to play with nservice bus and am trying to get publishing working.I have a listener which seems to be missing some messages.It is configured with
From my understanding NServiceBus executes the Handle method of an IMessageHandler within a transaction, if an exception propagates out of this method, then NServiceBus will ensure the message is put