1. My scenario is below: There are four systems: A, B, C, D, the A provides a service, to expose a web service throught smx, B, C and D invoke service which exposed by smx. The service is synch from A to B, C, D, when A's data is changed, smx can notice B, C, D to invoke the service. That is to say, B, C and D subscript A's info. Question: How to I can implement it with smx?
2. Can the smx using external database to store exchange message instead of derby? 3. Can I use web console to sa which is in smx?
