rabbitmq-dotnet-client

RabbitMQ .NET client for .NET Standard 2.0+ and .NET 4.6.2+

OTHER License

Stars
2K
Committers
122

Bot releases are hidden (Show)

rabbitmq-dotnet-client - RabbitMQ 1.5.1

Published by michaelklishin about 8 years ago

rabbitmq-dotnet-client - RabbitMQ 1.5.0

Published by michaelklishin about 8 years ago

rabbitmq-dotnet-client - 4.0.0

Published by kjnilsson about 8 years ago

4.0.0 is a general availability release of version 4.0

Changes

rabbitmq-dotnet-client - 4.0 RC1

Published by kjnilsson about 8 years ago

4.0 RC1 is a release candidate release for version 4.0

Changes

rabbitmq-dotnet-client - RabbitMQ .NET client 3.6.1

Published by michaelklishin over 8 years ago

3.6.1 is a maintenance release.

Bug Fixes

rabbitmq-dotnet-client - RabbitMQ .NET client 3.6.0

Published by michaelklishin almost 9 years ago

This is a feature release that requires .NET 4.5 and introduce an experimental WinRT-compatible version of the client.

Please consult RabbitMQ change log for more details.

Enhancements

  • Host/address list support is back. Host selection strategy (when recovering a connection) is now pluggable.

    GitHub issue: rabbitmq-dotnet-client#81

  • Experimental .NET client with Windows RT support is now available.

    GitHub issue: rabbitmq-dotnet-client#16

  • SQL CLR compatibility.

    GitHub issue: rabbitmq-dotnet-client#57

  • IModel#ConsumerCount(string) is a new convenience method for retrieving number of consumers on a queue.

    GitHub issue: rabbitmq-dotnet-client#73

  • IModel#MessageCount(string) is a new convenience method for retrieving number of messages in a queue.

    GitHub issue: rabbitmq-dotnet-client#74

  • Continuation timeout is now configurable.

    GitHub issue: rabbitmq-dotnet-client#80

  • RabbitMQ.Client.Headers is a new class that contains constants for commonly used headers.

    Contributed by Yury Pliner (@Pliner).

    GitHub issue:

Other