Now available on the contrib site. About the patch – what exactly are you patching? -- Udi Dahan - The Software Simplist From: nservicebus@yahoogroups.com...
Because you’d want to be releasing resources of whoever is calling as quickly as possible, you wouldn’t go for the bulk between over the wire, but you can...
Evan, That’s exactly what I mean – you wouldn’t want any IO interference for the thread doing the processing just because new messages are coming in. -- ...
In the version being released in the next day or so, the distributor will already be configured, as will workers in the common examples. Registering a worker...
Sorry, I am not following what you are saying here.How does this relates to using a single table?...
Ayende Rahien
Ayende@...
May 3, 2008 10:39 am
543
During the process of getting the messages to the target, the initiator has resources tied up. If the target has contention around the area to which the ...
It’s been a while coming, but the first release candidate of version 1.8 is up on the yahoo group. For those of you who have been working off of the trunk,...
Nice! One of the things I struggled with the most was the configuration, and this looks sooooo much nicer. Can't wait to take it for a spin. -d ... -- cheers, ...
I was wondering if you think anyone would want a pre-built binary only distribution in addition to the regular source distro – the license allows for it. ...
Maybe it is a terminology issue but I use the word 'patch' for any contribution I make to a project. My contribution allows developers to use Windosr in place...
I will sync and submit an updated patch. ... I will sync and submit an updated patch. 2008/5/3 Udi Dahan < thesoftwaresimplist@... >: That's fine. Was...
My patch was originally against the trunk, albeit three weeks ago. I updated to the latest code and it still appears to work as desired. On Sat, May 3, 2008...
Great. Thanks. -- Udi Dahan - The Software Simplist From: nservicebus@yahoogroups.com [mailto:nservicebus@yahoogroups.com] On Behalf Of William C. Pierce Sent:...
Service Broker can be problematic for large scale out scenarios in terms of licensing. You’re not allowed to have a SQL Express talk directly to another SQL...
Sergey, After building systems this way for a while, it turns out that most messages that can cause a saga to begin cannot be known based on their type alone. ...
I’ve done some asking around from the people doing the more advanced messaging stuff with nServiceBus and it turns out that they DO use the start method in...
This is already partially implemented in the \src\tools\management\Grid UI. First of all, don’t re-implement WMI. All the data you mentioned (threads per...
So is WMI kind of like JMX? -d ... -- cheers, -d So is WMI kind of like JMX? -d 2008/5/4 Udi Dahan < thesoftwaresimplist@... >: This is already partially...
I think that it’s more powerful, but don’t have any hard and fast examples. It’s just been around longer. -- Udi Dahan - The Software Simplist From:...
Ok, so level of power aside, they are both trying to achieve the same thing is what I am hearing. Sweet. -d ... -- cheers, -d Ok, so level of power aside, they...
WMI: I totaly agree, got a bit carried away :) Could you explain a bit more about the need to have one endpoint that is "in charge". If you start a "management...
Wouldn't you subcribe to all "EndPointStatusEvents" and perhaps group them by Hostname? Just to clarify (perhaps wrong) endpoint for me = instance of IBus that...
Part of the SOA concept that nServiceBus is designed to support is that of message ownership. What that means is that there is one endpoint to which you...
Ok, think I got it now, so the solution would be: 1. Add a NServiceBus.Management.Messages.EndpointStatusMessage 2. All endpoints would then send a status...
That makes perfect sense! Any plans to incorporate this into the core/contrib? ... messages "EndpointStatusMessage" ... Endpoint="Management" ... every ... ...