I have a situation where information about a user is stored in the web application cache and when that information is updated in one application - I want to notify the other applications (running on t
What is the optimal way to configure/code NServiceBus to delay retrying messages? In its default configuration retry happens almost immediately up to the number of attempts defined in the configurati
I want to figure out how I to set up the Pub/Sub sample from NServiceBus to work in the case of publisher malfunction.
We are trying to write an application that uses the NServiceBus library in a VB.NET environment. We\'ve been stymied by errors similar to the following:
I am trying to integrate S#arp Architecture with NServicebus but I am getting some errors. Anyone already used both projects together? Any examples about that?
What is the point of IHandleMessages<T> vs IMessageHandler<T> in NServiceBus 2.0? One interface derives from the other and does not appear to add any new methods or n开发者_C百科ew constr
We are encountering an issue where our ASP.NET MVC app is restarting for an unknown reason.The cause of the shut down is
I have a problem with NServiceBus: I have defined an endpoint config that implements IConfigureThisEndpoint, but when I 开发者_如何学Pythonrun the service with a generic host, it complains that the ty
I have a nServicebus application,now my application reads messages from handler and remove the messages from bus automatically. But what I want is that after re开发者_Go百科triving messages from Handl
I have a web service that needs to ma开发者_运维问答ke a call to nservicebus in a synchronized manner.