- This is console based amqp client builded on AMQP.NET lite library
Cygwin environment is recommended for compilation on Windows machines.
- Open a browser and log in to the Red Hat Customer Portal Product Downloads page at access.redhat.com/downloads.
- Locate the Red Hat AMQ Clients entry in the INTEGRATION AND AUTOMATION category.
- Click Red Hat AMQ Clients. The Software Downloads page opens.
- Download latest AMQ Clients .NET Core .zip file and unzip it.
- Clone cli-netlite repo.
- Create
DLLs
folder inside cli-netlite repo. - Locate
AMQP.dll
file inside unzipped .NET Core client and copy it inside DLLs folder. - Run
build-netcore.sh
. - Built binary files are located inside
dist/netcore
.
- Open a browser and log in to the Red Hat Customer Portal Product Downloads page at access.redhat.com/downloads.
- Locate the Red Hat AMQ Clients entry in the INTEGRATION AND AUTOMATION category.
- Click Red Hat AMQ Clients. The Software Downloads page opens.
- Download latest AMQ Clients .NET .zip file and unzip it.
- Clone cli-netlite repo.
- Create
DLLs
folder inside cli-netlite repo. - Locate
Amqp.net.dll
file inside unzipped .NET client and copy it inside DLLs folder. - Run
build-netlite.sh
- Built binary files are located inside
dist/netlite
.
Using cmd client
> cli-netlite-sender.exe --broker "username:password@localhost:5672" --address "queue_test" --count 2 --msg-content "text message" --log-msgs dict
> cli-netlite-receiver.exe --broker "username:password@localhost:5672" --address "queue_test" --count 2 --log-msgs dict
- David Kornel [email protected], [email protected]