Sample Integration Scenario
Sample Message Flow:
- System A sends a message to the i1 IBM MQ Series queue.
- The intergration platform posts an XML to a specific URL exposed by System B
- System B responds by invoking the i2 WebService
- The intergration platform invokes the c WebService exposed by System C
- System C responds after a few minutes by sending a message to the i3 JMS queue
- The integration platform sends a message to a TIBCO Rv subject exposed by System D
- System D responds by sending a message to a TIBCO Rv subject i4
- The integration platform sends a message to the a IBM MQ Series queue exposed by System A
Test Scenario 1
Using MActor to simulate System A
Test Scenario 2
Using several MActor instances to mock/simulate the individual systems
Test Scenario 3
Using a single MActor instance to mock/simulate all systems.