When testing flows that start with a message from a queue, or ends by publishing a message to the queue, would you prefer testing against a real server (e.g. using test containers) or stub the MQ client (e.g. using mockito)?
I started to craft a comparison table between the two, could be nice to discusss the trade-off
I started to craft a comparison table between the two, could be nice to discusss the trade-off
Comment