Skip to content

Releases: elegant-bro/amqp-recipient

Handlers refactoring

02 Feb 09:32
ad6ab45
Compare
Choose a tag to compare
  • added type MapOfHandlers
  • added WrapHandler
  • structures SkipHandler and IdempotentHandler replaced by WrapHandler in constructors
  • return type of handlers constructors changed to JobHandler interface

Migrate from streadway to rabbitmq

23 Jan 10:53
0ef234d
Compare
Choose a tag to compare
v1.0.0

streadway/amqp to rabbitmq/amqp091-go (#12)

Fix channel cancel when connection closed

18 Jan 07:15
cf6eb9e
Compare
Choose a tag to compare
v0.4.3

fix channel cancel when connection closed (#11)

Fix error printing and mods

16 Jan 08:51
562b898
Compare
Choose a tag to compare

Fix null error printing, cleanup modules, actualize example

Fix Skip handler constructor's name

28 May 11:11
a77916e
Compare
Choose a tag to compare
v0.4.1

fix skip handler constructor name (#9)

SkipHandler added

20 May 05:22
6c498f8
Compare
Choose a tag to compare
add skip handler decorator (#8)

* add skip handler decorator

* fix tests stability

v0.3.1 Fix recipient run

14 Apr 12:23
0bae3d3
Compare
Choose a tag to compare
Merge pull request #7 from elegant-bro/fix-recipient_run

fix recipient run

Refactor recipient run

08 Apr 05:15
34e3244
Compare
Choose a tag to compare

BC break - Run.All() runs synchronous now,
New method Run.AllAsync() added

Cancelable recipients

24 Mar 04:42
d68886b
Compare
Choose a tag to compare

BC break!!!

Handlers receive deliveries by val now

Feature

Cancelable recipient and job were added

The fisrt version

17 Feb 06:10
7b7ca12
Compare
Choose a tag to compare
Merge pull request #2 from elegant-bro/refactorin-handlers

small handlers refactoring