What you say makes sense, but it goes against what I would do in those circumstances. The problem I have with this is that I have to start doing a whole lot of...
Ayende Rahien
Ayende@...
Mar 1, 2008 3:12 pm
285
Can I have my "five cents"? 2Ayende Rahien Propably Pub/Sub approach can solve this issue? Consider something like this: -- On client's side ( during...
Client go down, client go up, cache needs to be refreshed. Now I am sending a potentially very large message, and the client will take a long time to come up. ...
Ayende Rahien
Ayende@...
Mar 1, 2008 3:41 pm
287
Ayende, The example you bring up has us tying back in to the discussion going on my post – HYPERLINK ...
When client go down, then when client go up.. Let say - when client starts up :)) OK, when client starts up, it needs some data to perform work it intended to...
Yes, you are. ... Yes, you are. On 3/1/08, Udi Dahan < thesoftwaresimplist@... > wrote: Ayende, The example you bring up has us tying back in to the...
Ayende Rahien
Ayende@...
Mar 1, 2008 4:29 pm
290
Jon, It looks like you have defined two transport and two bus objects in your restaurant client application. Why do you think you need to do that? And neither...
I think that it would be a good idea to post this to the contrib here: HYPERLINK "http://code.google.com/p/nservicebus-contrib/"http://code.google.com/p/nser ...
I am basing my approach on the full duplex sample, so this may be a totally incorrect approach. Hopefully my explaination makes sense. Referencing the full...
Jon, The callback method does NOT retrieve message(s) from the input queue. When a message arrives in the input queue, the bus checks to see if it is a ...
Udi, Are you suggesting that the AC should also process requests from the nodes for data in the first place - i.e request\response pattern, and there after the...
Udi, ok, cool, that all makes sense. It certainly didn't feel right (having multiple buses/transports). So I can share input queues per client application...
In what way do you see sharing when you write about sharing an input queue within a single client application? It's perfectly alright to have multiple apps on...
Ollie, You got it. -- Udi Dahan - The Software Simplist From: nservicebus@yahoogroups.com [mailto:nservicebus@yahoogroups.com] On Behalf Of Ollie Riches Sent:...
I’ve been moving forward with the configuration “story”. The main principle is to separate things that the developer should fiddle with from things that...
What happens if I want to use it with Windsor? ... What happens if I want to use it with Windsor? On 3/3/08, Udi Dahan < thesoftwaresimplist@... > wrote:...
Ayende Rahien
Ayende@...
Mar 2, 2008 11:05 pm
300
By sharing, I mean utilizing the same input queue for receiving responses within the same application. I just need to use unique callbacks, as we discussed,...
Why not just App1 and App2? -- Udi Dahan - The Software Simplist From: nservicebus@yahoogroups.com [mailto:nservicebus@yahoogroups.com] On Behalf Of Jon...
... Good question. What I’ve outlined below is the configuration story out of the box. NServiceBus is extensible to the point that you can change the ...
Does the 'NumberOfWorkerThreads' parameter controls the number of message handler objects instantiated? What's the life time of a message handler in NSB? What...
The “NumberOfWorkerThreads” parameter controls how many threads will be created when bus.Start() is called. Message handler objects have single-call...
I'm just thinking from a resilience point of view - the ability to create\destroy sandboxed area for the processing of messages inside a windows process. From...
Are you suggesting that bus should be created and used in an STA manner, if I want the ability to receive more than one message simultaneously inside a windows...
... No. ... No. Just look at the samples and change the config value – that’s it. The bus is configured once, on the main thread of the host process. Each...
Repeated: The “NumberOfWorkerThreads” parameter controls how many threads will be created when bus.Start() is called. -- Udi Dahan - The Software Simplist ...
Oh yeah you did answer it :) Ollie ________________________________ From: nservicebus@yahoogroups.com [mailto:nservicebus@yahoogroups.com] On Behalf Of Udi...
This came across my inbox - looks like a good candidate for a super-fast in-memory transport if you wanted to have a single-process host multiple nServiceBus...