Releases: rwindegger/RabbitExpress
Releases · rwindegger/RabbitExpress
1.1.16
1.1.15
Added Hearthbeat support. Disabled auto delete on the inteface and worker queues.
1.1.14
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
Requeue work on exception. (#6)
1.1.12
Made sure to create all queues for Interfaces that are used. (#5)
1.1.11
Replaced Castle with SexyProxy for better async behavior. (#4)
1.1.10
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
1.1.9 (#2) Adjusting the project structure to allow for comfortable grow of the library.
1.1.8
Version 1.1.8 (#1) * Added a MsgPack serializer to the repository.