From e58a19ebaf2e526f67c9923dedb335841f0ccb55 Mon Sep 17 00:00:00 2001 From: Peter Palfrader Date: Sun, 26 Jan 2014 19:06:07 +0100 Subject: [PATCH] Fix levels of headers --- input/doc/mq.mdwn | 11 +++++------ 1 file changed, 5 insertions(+), 6 deletions(-) diff --git a/input/doc/mq.mdwn b/input/doc/mq.mdwn index 876fdff..529e96d 100644 --- a/input/doc/mq.mdwn +++ b/input/doc/mq.mdwn @@ -1,18 +1,17 @@ -MQ admin notes -======================================== +# MQ admin notes -#### The design is resilient +## The design is resilient * There are two hosts, rapoport and rainier. * The service will stay up if either is up. * Individual connections will break, but the clients know how to reconnect * All queues and exchanges configured to be created as durable by default -#### The design is reasonably secure +## The design is reasonably secure * All connections are over SSL, using the autoca host certs * The default guest account has been removed * All d.o machines have autogenerated passwords -#### Admin tools +## Admin tools * Web consoles * https://rainier.debian.org:15672 * https://rapoport.debian.org:15672 @@ -39,7 +38,7 @@ Sample `.rabbitmqadmin.conf`: password = XX ssl = True -#### A word about terminology: +## A word about terminology: pubsub messaging involves a sender and a receiver. The sender connects to an exchange, and publishes a message. The sender -- 2.20.1