There are cases where some events contain large amounts of data, or the events are published at a higher rate than a given subscriber cares about. The way that...
... As the business logic of the publisher, I want to publish the occurrence of a single logical event. The fact that this logic is for v2 of the publisher is...
It make sense, but I think this make the infrastructure a whole lot more complicated. I would say that in V1, you published ISomethingHappened. In V2, you...
Ayende Rahien
Ayende@...
Jan 1, 2009 10:41 am
1685
Inheritence based "routing" is already being done. I'd be happy to continue discussing it's necessity. On top of that, I'd like to know if cutting down the...
bus.Publish<ISomethingBig>() Should translate tot the following messages being published ISomethingBig ISomethingOther ISomethingV1 ... ...
Ayende Rahien
Ayende@...
Jan 1, 2009 11:09 am
1687
OK, we're into versioning. When developing v2 of a service, we may want to add data to our messages and events. We do not want to change the v1 schema, so we...
It does, good point. ... It does, good point. On Thu, Jan 1, 2009 at 4:41 PM, Udi Dahan < thesoftwaresimplist@... > wrote: OK, we're into versioning. ...
Ayende Rahien
Ayende@...
Jan 1, 2009 2:52 pm
1689
I think inheritance makes sense in some cases and in others it makes more sense to use what I'd call content enrichers or other intermediary interceptors. I...
I would disagree with this unless the constituents are multi parts. I would not expect to be succesful if my system had 4 recipients of 4 unique messages each...
I meant, if I have a set of related functionality (like managing users), putting them all in a single class means that the user handling code is all in a...
Ayende Rahien
Ayende@...
Jan 1, 2009 10:09 pm
1692
Okay, that make sense....
Ayende Rahien
Ayende@...
Jan 1, 2009 10:09 pm
1693
That is for the subscription queue. You can do this with MSMQ easily, and even get transactional support wiht MSMQ 4.0...
Ayende Rahien
Ayende@...
Jan 1, 2009 10:09 pm
1694
If I recall correctly, MSMQ 3.0 supports this use. I think this whitepaper explains how to get it working on XP and Windows 2003: ...
data bus abstraction? That is a new one for me. Was this discussed in the list? On Tue, Dec 30, 2008 at 10:47 PM, Udi Dahan...
Ayende Rahien
Ayende@...
Jan 1, 2009 10:09 pm
1696
I'm not sure I understand what the NSB 'data bus abstraction' actually is. Can you point me to some posts in this group, a blog, or NSB source/sample code that...
I'm not sure I follow you on this 'data bus abstraction' you mentioned. Can you elaborate? Thanks, /bc ... just a ... [mailto:nservicebus@yahoogroups.com] On ...
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 1, 2009 10:11 pm
1699
The yahoo spam engine flagged the 4 recent messages from Ayende, 2 from blake, and 1 from Erik as spam - don't know why. Hope that explains the sudden...
Sorry I sprung the data bus thing with so little background. It has nothing to do with nServiceBus. In many command & control type architectures we have...
... message as ascii text? "Can't" ? No. It's more a shouldn't. Also, sometimes you have different security requirements on the message itself and the...
Can you put it somewhere else? It require login in to yahoo, and I have no idea what my password is, and their password recovery process is too complex for...
Ayende Rahien
Ayende@...
Jan 1, 2009 10:37 pm
1705
Will put on the trunk under /documentation -- Udi Dahan - The Software Simplist From: nservicebus@yahoogroups.com [mailto:nservicebus@yahoogroups.com] On ...
... ready ... behaviour ... on top ... binding is ... because ... I wondered if there had been any further consideration of this idea and if so what...
I've put up a sample showing the versioning story discussed in the previous threads. Take a look and tell me what you think. -- Udi Dahan - The Software...