diff --git a/README.md b/README.md index 92584c3..9a9a332 100644 --- a/README.md +++ b/README.md @@ -43,6 +43,7 @@ This repository also contains examples of how to use Karate and demonstrates int * [JUnit](https://github.com/karatelabs/karate#junit-5) - There is also a [pure Java API](https://github.com/karatelabs/karate#parallel-execution) to run tests from any Java unit-testing framework such as TestNG * [NPM](https://github.com/karatelabs/karate-npm) - there is an option to install Karate as a NPM package and use it from Node / JS * [Quarkus](quarkus/README.md) - Karate is a good fit for integration testing Quarkus applications +* [RabbitMQ](rabbitmq/README.md) - Using Java to send and receive messages with RabbitMQ * [Sauce Labs](sauce-labs/README.md) - How to configure Karate to run tests on Sauce Labs * [Spring Boot](spring-boot/README.md) - Resources on testing Spring Boot applications with Karate * [WebSockets](websockets/README.md) - Built-in support for WebSockets or you can use Java interop for very advanced scenarios diff --git a/rabbitmq/README.md b/rabbitmq/README.md index 6dc8e55..ede27a9 100644 --- a/rabbitmq/README.md +++ b/rabbitmq/README.md @@ -17,4 +17,6 @@ For example if you look at [`rabbitmq.feature`](src/test/java/karate/rabbitmq.fe * https://x-team.com/blog/set-up-rabbitmq-with-docker-compose/ * https://www.rabbitmq.com/download.html * [Kafka example](../kafka/README.md) +* [ActiveMQ example](https://github.com/karatelabs/karate/tree/master/karate-netty#consumer-provider-example) +* [Async and Mocks example](https://twitter.com/getkarate/status/1417023536082812935)