Skip to content

Tags: simluk/EasyNetQ

Tags

5.2.0

Toggle 5.2.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Bump rabbitmq client (EasyNetQ#1067)

* Bump rabbitmq client

* Try to debug failing build

5.1.2

Toggle 5.1.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Fix consumers reconnection (EasyNetQ#1060)

* Fix consumers reconnection

* Increase timeout

* Decrease operation timeout

* Rename hostname back

* Switch to disconnect via api

* Do not cancel consumer

* :-/

5.1.1

Toggle 5.1.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Add QueueAttribute.Default (EasyNetQ#1055)

5.1.0

Toggle 5.1.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Use own JSON serializer instead of a static one (EasyNetQ#1048)

* Create own serializer with custom settings

* Avoid BOM

5.0.5

Toggle 5.0.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Use own JSON serializer instead of a static one (EasyNetQ#1048)

* Create own serializer with custom settings

* Avoid BOM

5.0.4

Toggle 5.0.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Allow infinite timeout with publish confirms (EasyNetQ#1049)

5.0.3

Toggle 5.0.3's commit message
refactor preconditions:

- eliminate string.Format() allocations
- fix xml comments
- add generic constraints
- add nameof

5.0.2

Toggle 5.0.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Do not allow to pass null topic to IPublishConfiguration (EasyNetQ#853)

* Clean up fluent configuration

* Do not allow to set nulls

5.0.1

Toggle 5.0.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Suppress context of threads of ClientCommandDispatcher and ConsumerDi…

…spatcher (EasyNetQ#1046)

* ConsumerDispatcher refactor
- add logs
- addUseWaitJoin option
- suppress flow of execution context

* remove UseWaitJoin

* remove try/catch

* tune ClientCommandDispatcherSingleton

* Info -> Debug

* add logs

* fix test

* indentation

5.0.0

Toggle 5.0.0's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature. The key has expired.
Drop `IConsumerDispatcher.QueueAction(Action)` (EasyNetQ#1044)

* Drop legacy method

* Protect from very unlikely weird situation when action throws OCE

* Fix review comments