Hello SD, Unfortunately it cannot be demystified :) --- you will need 2 years in a Buddhist monastery --- he he he But seriously, it depends on what is...
A possible cause of this bug could be invalid ISagaEntity mapping (if NHibernate persister is used). The ID generator should be set to assigned. Otherwise if...
Hey all, I'm looking into using NSB instead of our own home grown bus and one thing that's stood out is that we have no method that allows us specify the ...
Jacob, The send method specifying both correlation id and destination is used by the saga infrastructure when calling ReplyToOriginator. While I'm not against...
Udi, It would be used to perform the same functionality as ReplyToOriginator except outside of a saga. I don't really need the method because I've started to...
I want to use the NServicebus in the follwoing scenario. I want to publish a message in a topic wise fashion. For example the scenario is i want to publish...
Good idea! The patch is now on trunk. /Andreas http://andreasohlund.blogspot.com http://twitter.com/andreasohlund To: nservicebus@yahoogroups.com From:...
Jacob, ... Sounds good to me :-) Keeps the API lean and mean. ... Right - it's used by other pieces of the infrastructure. Or, in other words, nServiceBus is...
When serializing TimeoutMessage using XmlSerializer the state is not serialized (in this case it was a string). The serializer makes assumptions on the way it...
You know what Evgengy, that sounds like that might be just the sort of thing to cause this behavior. Edgars, can you check it out? To prevent this kind of...
Eben, The fluent interface is built out of extension methods, that way there isn't any single thing that knows about all implementations, making it easy for ...
Ah... yes... extensions methods... That is rather clever! So not that highly coupled after all. So the MsMqTransport extension is in the MsMqTransport...
This may help, even though needs checking: Configuration cfg = ...; cfg.GetClassMapping(typeof(ISagaEntity)).IdentifierMapper.IdentifierGeneratorStrategy This...
Hi, I have searched the forums but couldn't find a similar issue. I have downloaded the latest 1.9 release and cannot get it to build using the bat files in...
Thanks for the quick response, I have found the error (as expected with my system), so just in case anyone else has a similar problem... In my Environment...
All, Thanks a lot for all your help! Unfortunately, right now I have a business project to finish and cannot look into your advices and proposals immediately....
Attached is a patch for testing bus messages. It was created from the root level. It didn't really fit with the Testing project so I created a new project for...
Dusty, Looks good. I was wondering in your tests where the return message comes from. Can you show the full unit test? Best regards, -- Udi Dahan From:...
Hmm, I don't think that it'll work with typeof(ISagaEntity), but since the config knows which concrete classes are sagas, it can loop through those calling ...
SD, CreateClient isn't semantically an event, it's a command. As such, you should look at doing Bus.Send, rather than Bus.Publish. You would use Bus.Publish...
Jacob! The core only version is a recent invention of mine that hasn't really settled yet (trying merge with /internalize etc etc) But I'm leaning towards your...
Andreas, Sounds good to me, fits with my initial perception of the coreonly library. Thanks! jacob On Wed, Jun 3, 2009 at 11:02 AM, Andreas Öhlund ... ...
Andreas, Sounds good to me, fits with my initial perception of the coreonly library. Thanks! jacob On Wed, Jun 3, 2009 at 11:02 AM, Andreas Öhlund ... ...
I try to attach ziped project with this letter, but not shure that it will be delivered correctly to yahoo group. If not, I'll try to include sources in post...