From 460e83bb075c6a88f47ac2db2423a22849ebe32f Mon Sep 17 00:00:00 2001 From: buildmaster Date: Tue, 7 Feb 2017 07:45:47 +0000 Subject: [PATCH] Sync docs from master to gh-pages --- spring-cloud-bus.html | 20 +++----------------- 1 file changed, 3 insertions(+), 17 deletions(-) diff --git a/spring-cloud-bus.html b/spring-cloud-bus.html index bd9447a..c354121 100644 --- a/spring-cloud-bus.html +++ b/spring-cloud-bus.html @@ -423,7 +423,6 @@ 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