Skip to content

Conversation

@levik-buka
Copy link
Contributor

@levik-buka levik-buka commented Jul 22, 2022

Added MessageCount task for getting count of messages in queue

levik-buka and others added 13 commits March 26, 2021 12:51
* Added documentation and increased version number.

* Added documentation and increased version number.

* Added documentation for PR 7 and increase version number.

* Fix unit tests, add default values for exchange and routing key.

* Moved the newer readme.md to root directory

* Auto close and open connection if host changes.
Add Ack info to README.
Add one unit test for debugging.

* resolve conflicts

* Default Exchange Name set to empty to prevent updating problems.

* removed second readme.md file

* fix detecting if host name is changed

The bug is in comparison: _connection.Endpoint.HostName != hostName, when connecting with URI. Endpoint.HostName is really only the host name, but hostName parameter contains whole URI. So the comparison is always differs and connection to RabbitMQ is always closed and re-opened every time message is written or read.

* Test can now run against rabbit in docker image.

* Version number bump.

Co-authored-by: OssiGalkin <OssiGalkin@users.noreply.github.com>
Co-authored-by: Ossi Galkin <ossi.galkin@hiq.fi>
Co-authored-by: jacek <jacek.kedzior@hiqpoland.pl>
…nity.RabbitMQ into CommunityHiQ-master

# Conflicts:
#	Frends.Community.RabbitMQ.Tests/UnitTests.cs
#	Frends.Community.RabbitMQ.Tests/packages.config
#	Frends.Community.RabbitMQ/Definitions.cs
#	Frends.Community.RabbitMQ/Frends.Community.RabbitMQ.nuspec
#	Frends.Community.RabbitMQ/RabbitMQTask.cs
#	README.md
# Fix crashes while reading message without headers and headers not a string type.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant