docs/AMQP091ModelExplained.textile in amqp-1.0.0.pre2 vs docs/AMQP091ModelExplained.textile in amqp-1.0.0
- old
+ new
@@ -1,9 +1,14 @@
# @title Ruby amqp gem: AMQP 0.9.1 Model Explained
h1. AMQP 0.9.1 Model Explained
+h2. This Documentation Has Moved to rubyamqp.info
+
+amqp gem documentation guides are now hosted on "rubyamqp.info":http://rubyamqp.info.
+
+
h2. About this guide
This guide explains the AMQP 0.9.1 Model used by RabbitMQ. Understanding the AMQP Model will make a lot of other documentation, both for the Ruby amqp gem and
RabbitMQ itself, easier to follow. This work is licensed under a <a rel="license" href="http://creativecommons.org/licenses/by/3.0/">Creative Commons Attribution 3.0 Unported License</a> (including images & stylesheets). The source is available "on Github":https://github.com/ruby-amqp/amqp/tree/master/docs.
@@ -105,10 +110,10 @@
* x-recent-history (a fanout exchange that also keeps N recent messages in memory)
* regular expressions based variations of headers exchange
and so on.
-Besides the type, exchanges have a number of attributes, most imprortant of which are:
+Besides the type, exchanges have a number of attributes, most important of which are:
* Name
* Can be durable (information about them is persisted to disk and thus survives broker restarts) or non-durable (information is only kept in RAM)
* Can have metadata associated with them on declaration