I use the following: public interface IRepository<T> { void Add(T entity); } public class Repository<T>
I want to achieve something similar to the webservice bridge sample but i don\'t want to wait for a response from the webservice. I want the call to be asynchronous.
In a test project based of the nServiceBus pub/sub sample, I\'ve replace the bus.publish with bus.send in the server. The server sends 50 messages with a 1sec wait after each 5 (ie 10 burst of 5 messa
I\'m getting started with NServiceBus and have a question about the Pubsub sample. My intention was to have multiple instances of Publisher1 running and receiving the message sent from the publisher.
I have WCF Per-Call service which provides data for clients and at the same time is integrated with NServiceBus.
Is it possible to use NServiceBus to publish and开发者_如何学C consume messages in the same application, specifically a web application?
We\'ve just newly decided to use NServiceBus on our project and we\'re experiencing some problems. Rather than \"ask for a fish\" every time we hit an issue, we\'d prefer to \"teach ourselves to fish\
I have created my own custom subscription store for NServiceBus via my own ISubscriptionStorage class but I cannot find how to implement it and cannot see any documentation on how to do so. I开发者_Py
In my message publisher configuration I have <MsmqTransportConfig InputQueue=\"EnformMessages\" ErrorQueue=\"error\"
After some months I am finally back to using nservicebus and started to test it out on a server.Unfortunately I am getting this exception