Skip to content

2.2.0 Release

Compare
Choose a tag to compare
@lamchakchan lamchakchan released this 25 Apr 23:10
· 264 commits to master since this 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.