0
votes
3answers
187 views

UML for Distributed System

As we known . The sequence diagram in UML is a kind of interaction diagram that shows how processes operate with one another and in what order Between the Class or Object. Now I am trying to find a ...
0
votes
1answer
124 views

Best general-purpose message format for SOA?

If I have a bunch of servers (eventually groups of servers), each being a different service (SOA), and I want them to be able to: Send requests, receive responses via TCP over a high-throughput, ...
1
vote
2answers
344 views

NServiceBus: Sharing Message DLLs

I have been recently looking into NServiceBus, as I thought messaging would be a good way to reduce dependencies between systems. However, one of the first things that struck me is that the message ...