Is a Service Bus a good option to communicate with multiple external servers?
- by PFreitas
We are developing an application that communicates, via web services or TCP/IP sockets, with multiple servers (up to 50 different external companies). Basically, the exchanged messages are the same (XML), but depending on the inputs of our application we should call 1 or more external servers.
The benefits we would expect of introducing a Service…