Skip to content

Tags: everttimmer1963/RabbitMQ.Client.Mock

Tags

v1.2.5

Toggle v1.2.5's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fixed issue with headers exchange matching does not mimic normal Rabb…

…itMQ.Client behavior. (#13)

The regular client does not evaluate x-... headers when 'all' or 'any' was applied. It uses 'all-with-x' or 'any-with-x' for that.

The mocking library did not check for the 'x-...' filters when matching, and checked all headers, including the x-...  headers.

v1.2.4

Toggle v1.2.4's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Fixed issue where message delivery isn't started immediately when con…

…sumer added on existing queue containing messages. (#11)

Co-authored-by: PHOENIX\etimmer <etimmer@brocacef.nl>

v1.2.3

Toggle v1.2.3's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Maintenance/improving codecoverage (#9)

* obsolete

* Fixed issue with WaitOne returning true for timedOut when method starts signalled.

* Excluded method from code-coverage because it only calls overload

* Method excluded from code coverage because the method does nothing. It is not implemented

* Added unit test for BasicRejectAsync

* Fixed issue with ExchangeUnbindOperation throwing exception when called with default  exchange or routing key. (string.empty)
- Added unit test

* Excluded not-implemented methods from code coverage
Fixed Dispose

* fixing headers exchange

* Fixed headers exchange routing

* Tested and fixed topic exchange

* Bumped version to 1.2.3 and added release notes

* Update RabbitMQ.Client.Tests/ExchangeOperationsTests.cs

Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

---------

Co-authored-by: PHOENIX\etimmer <etimmer@brocacef.nl>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>

v1.2.2

Toggle v1.2.2's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Release 1.2.2 (#7)

* Bumped version number

* Added release notes

---------

Co-authored-by: PHOENIX\etimmer <etimmer@brocacef.nl>

v1.2.1

Toggle v1.2.1's commit message

Verified

This commit was created on GitHub.com and signed with GitHub’s verified signature.
Refactor/to netstandard 2.0 (#2)

* Updating netstandard project with refactored code

* Resolving compile errors

* Finished refactored netstandard version

* Release 1.2.1

---------

Co-authored-by: PHOENIX\etimmer <etimmer@brocacef.nl>