Revision history for Test-Net-RabbitMQ

0.11 Nov 20 2014
    * Calling queue_declare would wipe out the contents of the queue if it
      already existed. (Dave Rolsky)

0.10 Oct 11 2014
    * Message properties now default to an empty hash if none are
      specified. This matches the behavior of Net::AMQP::RabbitMQ. (Dave
      Rolsky)

0.09 Jun 30 2012
    * Add tx_select, tx_commit, and tx_rollback support. (bluefeet)

0.08    Tue Feb 28, 2012
    * Make queues FIFO, not LIFO. (Thanks Ryan Olson!)

    * Support the tx_select, tx_commit, and tx_rollback methods.

0.07    Fri Feb 24, 2012
    * Rather than just return the body of the queued message, return all the
      metainformation that Net::RabbitMQ would have returned. (Thanks Ryan Olson!)

0.06    Fri Jul 2, 2010
    * Mention the name of the queue get when is called and the queue doesn't exist.

0.05    Thu Jul 1, 2010
    * Add debug attribute for printing out publishes

0.04    Fri Jun 4, 2010
    * Default exchange to amq.direct
    * Add support for wildcard bindings (# and *)

0.03    Tue May 25, 2010
    * Fix bug in get implementation

0.02    Tue May 25, 2010
    * Implement get method.
    * POD fixes
    

0.01    Date/time
        First version, released on an unsuspecting world.