Adding note in the docs about Stubrunner and messaging; fixes #407

This commit is contained in:
Marcin Grzejszczak
2017-09-01 14:38:51 +02:00
parent 6d321c697d
commit d9fe4ac307
5 changed files with 21 additions and 0 deletions

View File

@@ -9,6 +9,11 @@ Stub Runner has the functionality to run the published stubs in memory. It can i
It also provides points of entry to integrate with any other solution on the market.
IMPORTANT: If you have multiple frameworks on the classpath Stub Runner will need to
define which one should be used. Let's assume that you have both AMQP, Spring Cloud Stream and Spring Integration
on the classpath. Then you need to set `stubrunner.stream.enabled=false` and `stubrunner.integration.enabled=false`.
That way the only remaining framework is Spring AMQP.
=== Stub triggering
To trigger a message it's enough to use the `StubTrigger` interface: