Can any developers/architects with experience with NServiceBus offer guidance and help on the following?
I am struggling to use NServiceBus for the first time, with no ESB background. After reading blog posts, the samples, the docs, etc. I cannot figure out why my C# class library will not send messages.
For most CRUD apps I use NHibernate\'s guid.comb ID generator. This has the advantage that I have access to the ID before I flush to the database and gets around the index fragmentation issue associat
I have an application that uses NServiceBus to send and receive messages. 开发者_运维百科When the application hasn\'t received a message in a certain time period the outgoing connection is lost which
I have a back end sys开发者_StackOverflow中文版tem that drops events to my system.It is critical that these events don\'t get lost (I work for a health care company and lost info can impact a patient\
We are using decimal numbers with a scale of six decimals, ie 1.123456. Now as we are using NServiceBus and we need to persist this value in our saga data we got trouble.
I have a seperate class library of messages. Each handler implementing IHandleMessages. I also have a seperate class library that uses the NServiceBus.Host to act as a message handling service. I know
I\'ve read about nservicebus countless times on the net, but still don\'t get what a service bus is. All I think is it is a way for v开发者_如何学Pythonery disparate systems to talk to each other? In
I\'m looking for some help with a production issue we have encountered. We have an NServiceBus Handler that when it processes a message sends a request to an asmx (.net 2.0) webservice running on IIS
If I choose to use the auto subscription in NServiceBus pub sub model, the system does not auto unsubscribe when the client exists.