https://github.com/rabbitmq/rabbitmq-amqp-dotnet-client
.NET RabbitMQ client for AMQP 1.0
https://github.com/rabbitmq/rabbitmq-amqp-dotnet-client
amqp-client amqp1-0 amqp10 messaging rabbitmq
Last synced: about 2 months ago
JSON representation
.NET RabbitMQ client for AMQP 1.0
- Host: GitHub
- URL: https://github.com/rabbitmq/rabbitmq-amqp-dotnet-client
- Owner: rabbitmq
- License: other
- Created: 2024-05-09T13:46:16.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2025-03-22T00:01:08.000Z (3 months ago)
- Last Synced: 2025-03-27T03:51:15.879Z (2 months ago)
- Topics: amqp-client, amqp1-0, amqp10, messaging, rabbitmq
- Language: C#
- Homepage:
- Size: 596 KB
- Stars: 14
- Watchers: 1
- Forks: 4
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RabbitMQ AMQP 1.0 .NET Client
This library is meant to be used with RabbitMQ 4.0.
## Install
The client is distributed via [NuGet](https://www.nuget.org/packages/RabbitMQ.AMQP.Client/).
## Examples
Inside the `docs/Examples` directory you can find examples of how to use the client.
## Documentation
- [Client Guide](https://www.rabbitmq.com/client-libraries/amqp-client-libraries)
- [API](https://rabbitmq.github.io/rabbitmq-amqp-dotnet-client/api/RabbitMQ.AMQP.Client.html)## 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`