(Quick Reference)

1 Introduction To The RabbitMQ Plugin - Reference Documentation

Authors: Jeff Brown, Peter Ledbrook

Version: 1.0.0

Table of Contents

1 Introduction To The RabbitMQ Plugin

The RabbitMQ plugin provides integration with the RabbitMQ highly reliable enterprise messaging system. The plugin relies on Spring AMQP as an implementation detail, which provides a high level abstraction for sending and receiving messages.

This guide documents configuration details and usage details for the plugin. More information on RabbitMQ itself is available at rabbitmq.com.

1.1 Change log

Version 1.0.0 - 28 Nov 2012

  • First GA Release

Version 0.3.2 - 16 Mar 2011

  • Upgrade to Spring AMQP 1.0.0.M3

Version 0.3.1 - 14 Feb 2011

  • spring-core dependency now excluded
  • Corrected the SCM and documentation URLs in the plugin descriptor

Version 0.3 - 7 Feb 2011

  • Upgraded to Spring AMQP 1.0.0 M2
  • Added transaction support
  • Added support for pub/sub model
  • Applications can now configure exchanges and bindings in addition to queues
  • Applications can now connect to any virtual host, not just '/'
  • Bug fixes: