Skip to content

aygalinc/rabbitmq-amqp-dotnet-client

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

RabbitMQ AMQP 1.0 .NET Client

This library is meant to be used with RabbitMQ 4.0. Suitable for testing in pre-production environments

Install

The client is distributed via NuGet.

Examples

Inside the docs/Examples directory you can find examples of how to use the client.

Documentation

How to Run

  • Start the broker with ./.ci/ubuntu/one-node/gha-setup.sh start. Note that this has been tested on Ubuntu 22 with docker.
  • Run the tests with dotnet test ./Build.csproj --logger "console;verbosity=detailed"
  • Stop RabbitMQ with ./.ci/ubuntu/one-node/gha-setup.sh stop

About

RabbitMQ client for AMQP 1.0 protocol

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C# 94.8%
  • PowerShell 2.7%
  • Shell 2.2%
  • Other 0.3%