docs/RabbitMQVersions.textile in amqp-0.8.0.rc12 vs docs/RabbitMQVersions.textile in amqp-0.8.0.rc13

- old
+ new

@@ -1,12 +1,25 @@ -h1. amqp gem and RabbitMQ versions compatibility +# @title Ruby AMQP gem: RabbitMQ versions compatibility +h1. Ruby amqp gem and RabbitMQ versions compatibility + +h2. About this guide + +This guide covers compatibility of the "Ruby amqp gem":http://github.com/ruby-amqp/amqp with various versions of "RabbitMQ":http://rabbitmq.com messaging broker. + + + +h2. Covered versions + +This guide covers "Ruby amqp gem":http://github.com/ruby-amqp/amqp v0.6.0 and later. + + + h2. Using recent versions on Debian and Ubuntu Ubuntu (even 10.10) and Debian both "ship with old RabbitMQ version":http://packages.ubuntu.com/maverick/rabbitmq-server, -that only supports AMQP protocol 0.8. amqp gem 0.8.0 and later *will not work with RabbitMQ versions -before 2.0.0*. +that only supports AMQP protocol 0.8. Ruby amqp gem 0.8.0 and later *will not work with RabbitMQ versions before 2.0.0*. We strongly recommend that you use "RabbitMQ apt repository":http://www.rabbitmq.com/debian.html#apt that has recent versions of RabbitMQ. @@ -27,5 +40,23 @@ Please take a moment and tell us what you think about this guide on "Ruby AMQP mailing list":http://groups.google.com/group/ruby-amqp: what was unclear? what wasn't covered? maybe you don't like guide style or grammar and spelling are incorrect? Readers feedback is key to making documentation better. If mailing list communication is not an option for you for some reason, you can "contact guides author directly":mailto:michael@novemberain.com?subject=amqp%20gem%20documentation + + +<div id="disqus_thread"></div> +<script type="text/javascript"> + /* * * CONFIGURATION VARIABLES * * */ + var disqus_shortname = 'rubyamqpdocs'; // required: replace example with your forum shortname + + var disqus_developer = 0; // set to 1 on local machine for testing comments + var disqus_identifier = 'amqp_rabbitmq_versions'; + var disqus_url = 'http://rdoc.info/github/ruby-amqp/amqp/master/file/docs/RabbitMQVersions.textile'; + + /* * * DON'T EDIT BELOW THIS LINE * * */ + (function() { + var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; + dsq.src = 'http://' + disqus_shortname + '.disqus.com/embed.js'; + (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); + })(); +</script>