Fix levels of headers
authorPeter Palfrader <peter@palfrader.org>
Sun, 26 Jan 2014 18:06:07 +0000 (19:06 +0100)
committerPeter Palfrader <peter@palfrader.org>
Sun, 26 Jan 2014 18:06:07 +0000 (19:06 +0100)
input/doc/mq.mdwn

index 876fdff..529e96d 100644 (file)
@@ -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