From c499d5898ce8b47fb714c95757b053ba31e4bdf6 Mon Sep 17 00:00:00 2001 From: Marcin Grzejszczak Date: Fri, 27 Jul 2018 10:35:59 +0200 Subject: [PATCH] Adde info about routing keys --- tests/spring-cloud-contract-stub-runner-amqp/README.adoc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/tests/spring-cloud-contract-stub-runner-amqp/README.adoc b/tests/spring-cloud-contract-stub-runner-amqp/README.adoc index ab5fb80b95..033e4fa094 100644 --- a/tests/spring-cloud-contract-stub-runner-amqp/README.adoc +++ b/tests/spring-cloud-contract-stub-runner-amqp/README.adoc @@ -20,6 +20,9 @@ match this exchange. Then it collects the queues from the Spring exchanges and t find message listeners bound to these queues. The message is triggered for all matching message listeners. +If you need to work with routing keys, it's enough to pass them via the `amqp_receivedRoutingKey` +messaging header. + ==== Adding the Runner to the Project You can have both Spring AMQP and Spring Cloud Contract Stub Runner on the classpath and