- Notifications
You must be signed in to change notification settings - Fork49
RabbitMQ client for the stream protocol
License
Unknown and 2 other licenses found
Licenses found
Unknown
LICENSEApache-2.0
LICENSE-APACHE2MPL-2.0
LICENSE-MPL-RabbitMQNotificationsYou must be signed in to change notification settings
rabbitmq/rabbitmq-stream-dotnet-client
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
The RabbitMQ Stream .NET Client is a .NET library to communicate with theRabbitMQ Stream Plugin. It allows to create and delete streams, as well as to publish to and consume from these streams.
The client is distributed viaNuGet.
Please refer to thedocumentation (PDF) to find out more.
- For questions:RabbitMQ Users
- For bugs and feature requests:GitHub Issues
The library requires .NET 6, .NET 7 or .NET 8.
- HTML documentation
- PDF documentation
- A Simple Getting started
- Best practices to write a reliable client
- Super Stream example
- Stream Performance Test
- Single Active consumer for a stream
Build:
make build
Test:
maketestTo execute the tests you need a RabbitMQ3.13.x running with the following plugins enabled:
rabbitmq_managementrabbitmq_streamrabbitmq_stream_managementrabbitmq_amqp1_0
Make sure you are in themain branch
make publish-github-pages
- Ensure builds are green:link
- Tag the
mainbranch using your GPG key:git tag -a -s -u GPG_KEY_ID -m 'rabbitmq-stream-dotnet-client v1.8.3' 'v1.8.3' && git push && git push --tags - Ensure the build for the tag passes:link
- Create the new release on GitHub, which triggers a build and publish to NuGet:link
- Check for the new version on NuGet:link
- Best practice is to download the new package and inspect the contents usingNuGetPackageExplorer
- Announce the new release on the mailing list:link
About
RabbitMQ client for the stream protocol
Topics
Resources
License
Unknown and 2 other licenses found
Licenses found
Unknown
LICENSEApache-2.0
LICENSE-APACHE2MPL-2.0
LICENSE-MPL-RabbitMQCode of conduct
Contributing
Security policy
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Packages0
No packages published
Uh oh!
There was an error while loading.Please reload this page.