So over the weekend, I wanted to get up to speed on TeamCity. TeamCity is JetBrains CI solution. As a test, I set it up to pull and build nservicebus from the...
I have downloaded the source from sourceforge and did not find any documentation. Do you have documentation started for the project? If so can you give me a...
Yes, I have looked at the two samples and they are helpful. I am going to guess that there is no documentation for this open source project, besides the forum...
It feels like right now there is a lot of churn as ideas are formulated and translated from ideas to code. I am sure Udi would apprectiate any help you would...
Adam, You are correct in your assertion that there is currently no formal documentation besides the blog posts. I'm currently in the process of having a...
I was also thinking of Spring Framework like documentation for the NServiceBus. The Spring Framework delivers their documentation through HTML and PDF, do you...
I'd definitely be interested in having it kept up. I'm not quite sure how to set it up so that the "tests" can give an automated pass or fail, but it'll ...
Adam, I think that starting with HTML will be easiest, so let's do that. Let's use the wiki part to kick start the process - after we get some topics to a...
That sounds good to me. I will start off by going through the information on your blog and reviewing the project source. I guess the best place to start will...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the nservicebus group. File :...
nservicebus@yahoogrou...
Jan 6, 2008 6:01 am
145
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the nservicebus group. File :...
nservicebus@yahoogrou...
Jan 6, 2008 7:45 am
146
Hi, Excuse my rambling if they don't make sense, but I want to know... Can NSB cope with a publish subscribe pattern where there are multiple possible...
That, in fact, is a great situation to use something like a service bus. You may have been doing something similar with previous architectures in a more...
Chris & Udi, Thanks for the responses ... I must remember to call it 'competing consumer model' it sounds more elegant :) I don't have access to your blog at...
... No transcripts I'm afraid. Try accessing via Dr. Dobb's site: http://www.ddj.com/architect/201804009 ... You can implement your own distributor easily....
So in theory by capturing stats from NSB I can implement an algortihm that can dynamically analyse the performance of the available end points (nodes in a...
... Workers communicate with their distributor, letting it know when they're ready for more work. The distributor maintains a list of available workers, and...
I'm trying to run the Asynchronous User Management Code Sample locally, but am not having much success. Is there a build.bat some clever individual has created...
You're correct in that a local db is used in the example. If you look at the config file of the service you'll notice an object called DbBlobSagaPersister...
I've been thinking about creating a separate "contrib" project where all the various implementations of the core interfaces will be put. This would include, at...
I'm sending this in case anyone is interested in getting deeper into the performance analysis of queued designs (particularly, latency). There's quite a bit of...
Topics like this are good to be aware of, but I've rarely seen a interactive system using message-based communication not meet customer expectations due to the...
While I won't disagree with your thoughts, I will point out that each of them are ways of reducing what the article refers to as computational overhead. In...
My intent wasn't to discount the article, I merely wanted to point out my experiences. The things I listed are what I consider "low hanging fruit" or "easy to...