Sha256: cf8ecf318fc647e3b41969362b9983e3047cfee4c822ab7ba5c05e35bd85059c

Contents?: true

Size: 1.48 KB

Versions: 2

Compression:

Stored size: 1.48 KB

Contents

# Changelog

## 0.3.0 - 2014-02-26

* Support for handling multiple broker connections
* require bunny 1.1.3 or later
* make bunny connections as lazily initialized as possible
* bunny transaction start lazily

## 0.2.2 - 2014-02-21

* Lots of work on reconnection handling for bunny. Still a work in
  progress.

## 0.2.1 - 2013-11-13

* Correct an issue in handling Bunny::ConnectionLevelErrors.
  Bunny::Session will now get properly restarted.

## 0.2.0 - 2013-11-05

* drop support for bunny 0.9.x
* add support for bunny 1.0.x
* ability to create subscriptions from a block instead of having to
  register a consumer

## 0.2.0.rc2 - 2013-10-30

* Features
    * Prefetch size for bunny consumers
* Bugs
    * better error handling for transaction bunny consumers

## 0.2.0.rc1 - 2013-09-23

* Features
    * Message Consumers, all different flavors
        * Bunny and InMemory adapters
    * Client Acks
        * Bunny adapter
    * Bunny adapter
        * much better connection and channel error handling, including
          reconnecting when broker becomes unreachable
* Adapters
    * begin work on Stomp 1.1/1.2 adapter

## 0.1.0 - 2013-04-05

Initial Release

* Features
    * Publish a message
    * Broker transactions for publishing
    * Pop a message
    * named and dynamic destinations
    * message_count for destinations
* Adapters
    * InMemory
        * #reset_after_test method for clearing out queues
    * Bunny (amqp 0.9)
        * handle connection and channel errors transparently

Version data entries

2 entries across 1 versions & 1 rubygems

Version Path
message-driver-0.3.0 CHANGELOG.md
message-driver-0.3.0 features/CHANGELOG.md