Skip to content

Releases: rwindegger/RabbitExpress

1.1.16

12 Jun 08:51
3a5d190

Choose a tag to compare

Remove handlers when used. (#8)

1.1.15

08 Jun 11:19

Choose a tag to compare

Added Hearthbeat support.

Disabled auto delete on the inteface and worker queues.

1.1.14

06 Jun 09:42
04e6fa8

Choose a tag to compare

Version: 1.1.14 (#7)

* Added a simple ConfigurationSection for use in appsettings.json

* Using the new section in one of the examples.

1.1.13

03 Jun 15:07
3fad9c9

Choose a tag to compare

Requeue work on exception. (#6)

1.1.12

03 Jun 13:24
4460408

Choose a tag to compare

Made sure to create all queues for Interfaces that are used. (#5)

1.1.11

02 Jun 20:57
abf1752

Choose a tag to compare

Replaced Castle with SexyProxy for better async behavior. (#4)

1.1.10

13 May 15:49
75a1fe5

Choose a tag to compare

Version 1.1.10 (#3)

* Implemented RPC and workers using push instead of poll.

* Removed the Queue as parameter for the Client and added it to the methods actually using it.

1.1.9

11 May 21:13
317cae5

Choose a tag to compare

1.1.9 (#2)

Adjusting the project structure to allow for comfortable grow of the library.

1.1.8

11 May 19:06
d3e5d28

Choose a tag to compare

Version 1.1.8 (#1)

* Added a MsgPack serializer to the repository.