TestingFramework icon indicating copy to clipboard operation
TestingFramework copied to clipboard

Conditional mock of "external service"

Open MattiasAsplund opened this issue 11 months ago • 2 comments

Service Bus has been "mocked" by a Docker image (in this case Apache ActiveMQ Artemis).

It would be advisable to be able to turn the internal mocking behaviour on and off, so that potential standins (external to the Logic App, but internal from an inward looking perspective) could be used.

Turning internal mocking off would in this case mean that AMQP 1.0 protocol behaviour, when sending Service Bus messages, could be tested.

MattiasAsplund avatar Mar 06 '24 07:03 MattiasAsplund