Add API to enable RabbitMQ #21
Labels
component/documentation
Improvements or additions to documentation
component/runtime
Runtime behavior of test container
component/settings
Relates to API/settings availables
kind/feature
New feature
Reason/Context
The Microcks supports protocols like as WebSocket, MQTT, KAFKA and RabbitMQ.
Currently, the
Microcks-testcontainers-dotnet
project does not support asynchronous protocols.I want to add support for RabbitMQ as I have experience with it from my previous company, and I believe support for this protocol can be good.
Description
There is a PR adding KAFKA support. Based on that, the goal is to add a new method in
MicrocksContainerEnsemble
andMicrocksAsyncMinionContainer
.Implementation ideas
Same Developer eXPerience as with test container java module
The text was updated successfully, but these errors were encountered: