Profile_bird

Hey there! UdiDahan is using Twitter.

Twitter is a free service that lets you keep in touch with people through the exchange of quick, frequent answers to one simple question: What are you doing? Join today to start receiving UdiDahan's tweets.

Already using Twitter
from your phone? Click here.

UdiDahan

  1. @NeilRobbins we'll have to go through the code base with something of a fine-tooth comb to iron that out, unless you want to submit a patch?
  2. @NeilRobbins Checking this now
  3. @pprovost I'm flying into Berlin tomorrow
  4. I'll be giving a presentation on CQRS in Paris on Nov16 in the evening open to everyone - more info here: http://bit.ly/31dP1i
  5. Good morning from Israel - it's a beautiful day
  6. @simonbrown What do you think of NServiceBus as a way of creating those "long running processes" you blogged about ( http://is.gd/4OGLI ) ?
  7. Nice to see more people blogging about SOA and EDA http://bit.ly/2uZlM2 and NServiceBus also gets a nice mention :-)
  8. @Daneel3001 As soon as I write them :-)
  9. @Daneel3001 SQLite is used for saga persistence for the integration profile
  10. @Daneel3001 Re "making a set of async internal operations into a single sync one" - email me the full story
  11. @Daneel3001 The link and the page exist, but the content doesn't yet :-) http://www.nservicebus.com/...
  12. @linuxalert @j23tom We've just discussed that on the discussion group: http://tech.groups.yahoo.co...
  13. @gilligan128 sagas give you tighter integration into the messaging collaboration than if you had to write handlers that called into entities
  14. Overheard, a NSB dev doing some WCF work: "What do you mean WCF doesn't automatically create queues for me? That sucks."
  15. @andreasohlund do you have a solution for this: http://twitter.com/robertbe...
  16. @LarsAndreasEk This is something that Skills Matter manage, so I really can't say if it'll happen again in February.
  17. Nice blog post on using NServiceBus sagas to model HR leave of absence process: http://blogs.planbsoftware....
  18. @gilligan128 Sales subscribed to ProductDecommissioned from Marketing, which is subscribed to OrderPlaced from Sales - nothing to avoid
  19. Many thanks to all who took the NServiceBus survey ( bit.ly/2AN3p ) - results are here: http://bit.ly/3XvOnW
  20. @jbogard Messages should really be in a different assembly than the handlers as they'll be shared by a publisher with its subscribers.