Merge branch '1.0.x'
This commit is contained in:
@@ -19,7 +19,7 @@ The message is triggered to all matching message listeners.
|
||||
==== Adding it to the project
|
||||
|
||||
It's enough to have both Spring AMQP and Spring Cloud Contract Stub Runner on the classpath and set the property `stubrunner.amqp.enabled=true`.
|
||||
Remember to annotate your test class with `@AutoConfigureMessageVerifier`.
|
||||
Remember to annotate your test class with `@AutoConfigureStubRunner`.
|
||||
|
||||
==== Examples
|
||||
|
||||
|
||||
@@ -10,7 +10,7 @@ routes.
|
||||
==== Adding it to the project
|
||||
|
||||
It's enough to have both Apache Camel and Spring Cloud Contract Stub Runner on classpath.
|
||||
Remember to annotate your test class with `@AutoConfigureMessageVerifier`.
|
||||
Remember to annotate your test class with `@AutoConfigureStubRunner`.
|
||||
|
||||
==== Examples
|
||||
|
||||
|
||||
@@ -9,8 +9,8 @@ routes.
|
||||
|
||||
==== Adding it to the project
|
||||
|
||||
It's enough to have both Apache Camel and Spring Cloud Contract Stub Runner on classpath.
|
||||
Remember to annotate your test class with `@AutoConfigureMessageVerifier`.
|
||||
It's enough to have both Spring Integration and Spring Cloud Contract Stub Runner on classpath.
|
||||
Remember to annotate your test class with `@AutoConfigureStubRunner`.
|
||||
|
||||
==== Examples
|
||||
|
||||
|
||||
@@ -10,8 +10,8 @@ channel name.
|
||||
|
||||
==== Adding it to the project
|
||||
|
||||
It's enough to have both Apache Camel and Spring Cloud Contract Stub Runner on classpath.
|
||||
Remember to annotate your test class with `@AutoConfigureMessageVerifier`.
|
||||
It's enough to have both Spring Cloud Stream and Spring Cloud Contract Stub Runner on classpath.
|
||||
Remember to annotate your test class with `@AutoConfigureStubRunner`.
|
||||
|
||||
==== Examples
|
||||
|
||||
|
||||
Reference in New Issue
Block a user