docs/ConnectingToTheBroker.textile in amqp-0.8.0.rc14 vs docs/ConnectingToTheBroker.textile in amqp-0.8.0.rc15

- old
+ new

@@ -6,11 +6,13 @@ h2. About this guide This guide covers connection to an AMQP broker from standalone and Web applications, connection error handling, authentication failure handling and related issues. +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. + h2. Which versions of the amqp gem does this guide cover? This guide covers v0.8.0 and later of the "Ruby amqp gem":http://github.com/ruby-amqp/amqp. @@ -498,9 +500,15 @@ * {file:docs/Queues.textile Working With Queues}. This guide focuses on features consumer applications use heavily. * {file:docs/Exchanges.textile Working With Exchanges}. This guide focuses on features producer applications use heavily. * {file:docs/ErrorHandling.textile Error handling} * {file:docs/ConnectionEncryptionWithTLS.textile Using TLS (SSL)} (if you want to use an SSL encrypted connection to the broker) + + +h2. Authors + +This guide was written by "Michael Klishin":http://twitter.com/michaelklishin and edited by "Chris Duncan":https://twitter.com/celldee. + h2. Tell us what you think! Please take a moment to tell us what you think about this guide "on Twitter":http://twitter.com/rubyamqp or the "Ruby AMQP mailing list":http://groups.google.com/group/ruby-amqp.