Edgar, I’ve been able to reproduce your scenario. It looks like it can be rolled into the coming 1.7 release, but it should be in the trunk in a couple of ...
I’ve been speaking about how sagas are designed to be testable for a while now, and several projects that use nServiceBus have been doing it, but I’ve...
Thank You! My test runs in 78 revision! Edgar ... rolled ... couple of ... [mailto:nservicebus@yahoogroups.com] On ... Otherwise ... dropped ... solution's ......
Edgar, My pleasure. Just FYI: The problem wasn’t in the receipt of the message on the client side. When the distributor was forwarding the message, the...
Hello everybody. Congratulations Udi for the nServiceBus! I've been reading the last couple of days about it, and I am going to propose to use it for a project...
Ciureanu, Glad you like it. And to your questions: 1. I view WCF as integration with any other technology. You would have your message handlers explicitly...
Hello Udi, thanks for your answer. Regarding my first question - I would choose message queueing in a heart beat, I just don't know how to explain to people...
You can always use IBM MQ or Tibco RV if you don’t like MSMQ J The way that I usually explain it is by questioning what web services actually means. If...
Thank again! I think I will stick to MSMQ after all :) Regarding the Send exception... I was referring to the WCF Transport. It doesn't matter anyway, since...
Firstly, it should be able to tell if its input queue is available, as the queue is local to the client machine – therefore, there’s no reason for it not...
Yes, it does. Thank you for the idea. ... as the ... for it ... consider a ... can fit ... [mailto:nservicebus@yahoogroups.com] On ... Still ... this ... ...
Hello! Udi, please explain me how to use Saga's Timeout method and how there is actioned TimeoutManager sample. I see, that TimeoutManager's handle gets...
The saga message handler takes care of all messages which are ISagaMessages – TimeoutMessage is an implementation of ISagaMessage. It’s configured like ...
Thanks! This make sense. Edgar ... ISagaMessages ... configured like ... NServiceBus.Saga" ... for the ... [mailto:nservicebus@yahoogroups.com] On ... ...
I’m going to be putting up a full running sample of an external partner ordering business process for a large manufacturing company in the next few days. I...
Edgar, Thanks for that. -- Udi Dahan - The Software Simplist From: nservicebus@yahoogroups.com [mailto:nservicebus@yahoogroups.com] On Behalf Of Edgars Roze ...
Hello. I have a question regarding how to avoid tight coupling of a MessageHandler with other modules. For example, you have to update the interface when...
Let me give you an example: an application which subscribes to the AlertMessage type, and has an AlertMessageHandle which displays a message in the user...
First of all, it looks like your AlertMessageHandler isn’t doing anything with its inherited Bus property, so you might as well implement IMessageHandler<T>...
Thanks for your answer. I was thinking of something like this when I was refering to the Command Pattern (although now I realize it has a little to do with the...
Hi everyone, Some month ago Udi mention using ActiveMQ as a possible "nice to have" feature for NSB. Is there any news on this point ? As my wife was watching...
The way WCF integration is done is just like any legacy integration. You put a regular NSB endpoint as close to the target as possible – hopefully on the...
Okay I understand the legacy approach but this does seem to suggest that I would require 2 messages when wanting to use a WCF service with NSB - 1 message for...