Miika, If your handlers expose properties (with a setter) then that is usually enough. You just have to make sure that the objects on which they depend are ...
Hmm.. Where would I use the setters? I mean so far in my tests I've just let NSB to create the instances of the handlers. Continuing, my instinct says to...
Sorry - should have been more specific, setter or constructor injection is supported. You're right about message handlers being relatively thin on domain...
Hi,Having trouble getting remote queues to work. MsmqTransport.SetLocalQueue is trying to read a property Transactional of the queue and this does not seem to...
Are you using 1.7 or 1.8? We had to patch the code to make remote queues work in 1.7, but I thought that this was fixed in 1.8. -- gojko adzic http://gojko.net...
Seems that there is a bug with BaseMessageHandler<T> and construction injection. Property Bus is left null when Handle gets called. I would really prefer...
Are you registering the types you want injected? -- Udi Dahan - The Software Simplist From: nservicebus@yahoogroups.com [mailto:nservicebus@yahoogroups.com] On...
I believe so. This is the code I have to configure: IBuilder builder = new ObjectBuilder.SpringFramework.Builder(); new ConfigMsmqSubscriptionStorage(builder);...
You need MSMQ 4 on both sides. -- Udi Dahan - The Software Simplist From: nservicebus@yahoogroups.com [mailto:nservicebus@yahoogroups.com] On Behalf Of Miika...
I understand. The thing is that BaseMessageHandler uses setter injection to get its IBus dependency. The same type cannot be both constructor and setter...
Hi! This post is related to the thread but since the relation is somewhat indirect I will only cite original posts in the end. It seems like a year after the...
Szymon, The main drivers of current development and future roadmap are the "heavy" users of nServiceBus - those that have it running critical systems. The ...
The current source in SVN is broken, it doesn't build, because a couple of projects are assuming that they have a local file named NServiceBus.snk, while this...
Ayende Rahien
Ayende@...
Dec 9, 2008 3:51 am
1581
I am looking through MsmqTransport, and I noticed the following pattern: failuresPerMessageLocker.EnterUpgradeableReadLock(); if...
Ayende Rahien
Ayende@...
Dec 9, 2008 4:03 am
1582
I am currently trying to build a external configuration store for NSB, but I run into ConfigureComponent, and after a while, figure out what it is supposed to...
Ayende Rahien
Ayende@...
Dec 9, 2008 6:05 am
1583
Committed. -- Udi Dahan - The Software Simplist From: nservicebus@yahoogroups.com [mailto:nservicebus@yahoogroups.com] On Behalf Of Ayende Rahien Sent: 09...
... It would be easier to implement, yes, though more difficult to use (for the majority of developers). Can we support both? Yes. How important is it to...
Hmm. That's right - didn't see any improvements to throughput. Going to try just a ReadLock going in, see if that helps. -- Udi Dahan - The Software Simplist ...
I meant that most 2008 projects have files in their directories that are not included.Thinks like MsmqTransportConfig, for example....
Ayende Rahien
Ayende@...
Dec 9, 2008 7:04 am
1590
It is not supporting both that I care about, it is the time that it took to understand how exactly it works. ... delegate It would be easier to implement, yes,...