2.2.0 Release
A new interface (getAll
) for data pumping all messages out of a queue was added. The new addition was necessary to address situations where subscribe
was doing too much and all you wanted was a way to retrieve all messages from a queue without the need to create routeKey
bindings nor error queues.