From e853bf67a9262961fd2d693f57e90a894c87bb8b Mon Sep 17 00:00:00 2001 From: buildmaster Date: Tue, 7 Feb 2017 10:45:49 +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 c354121..bd9447a 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