Skip to content

Latest commit

 

History

History
34 lines (23 loc) · 1.04 KB

README.md

File metadata and controls

34 lines (23 loc) · 1.04 KB

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