From 5192b69a85789eb77ad8e98ddba3b6c36a0a15b8 Mon Sep 17 00:00:00 2001 From: buildmaster Date: Thu, 1 Jun 2017 22:45:41 +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 deecbc9..905ac32 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