From eb9406ba8f8b26f87e5997dfe08c80860cb0001a Mon Sep 17 00:00:00 2001 From: buildmaster Date: Wed, 23 Aug 2017 16:45:38 +0000 Subject: [PATCH] Sync docs from master to gh-pages --- spring-cloud-bus.html | 20 +++++++++++++++++--- 1 file changed, 17 insertions(+), 3 deletions(-) diff --git a/spring-cloud-bus.html b/spring-cloud-bus.html index cd9922b..72a9cf6 100644 --- a/spring-cloud-bus.html +++ b/spring-cloud-bus.html @@ -423,6 +423,7 @@ body.book #toc,body.book #preamble,body.book h1.sect0,body.book .sect1>h2{page-b
Table of Contents
+
+

Quick Start

+

Spring Cloud Bus works by adding Spring Boot autconfiguration if it detects itself on the classpath. All you need to do to enable the bus is to add spring-cloud-starter-bus-amqp or spring-cloud-starter-bus-kafka to your dependency management and Spring Cloud takes care of the rest. Make sure the broker (RabbitMQ or Kafka) is available and configured: running on localhost you shouldn’t have to do anything, but if you are running remotely use Spring Cloud Connectors, or Spring Boot conventions to define the broker credentials, e.g. for Rabbit