Skip to content

rh-messaging/cli-proton-dotnet

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cli-proton-dotnet

cli-proton-dotnet is a collection of command-line messaging clients built on Apache Qpid Proton DotNet amqp library.

Installation

cli-proton-dotnet requires .NET v6.0+ to run.

git clone https://github.com/rh-messaging/cli-proton-dotnet.git
cd cli-proton-dotnet
dotnet build

Using

Using command-line client

Sender --broker "username:password@localhost:5672" --address "queue_test" --count 2 --msg-content "text message" --log-msgs dict
Receiver --broker "username:password@localhost:5672" --address "queue_test" --count 2 --log-msgs dict

Related projects

License

License

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published