|
1 |
| -# README # |
2 |
| -[](https://travis-ci.org/rh-messaging/cli-netlite) |
3 |
| - |
4 |
| - |
5 |
| - |
6 |
| -### What is this repository for? ### |
7 |
| - |
8 |
| -* This is console based amqp client builded on [AMQP.NET lite library](https://github.com/Azure/amqpnetlite) |
9 |
| -* Version: 1.0.0 |
10 |
| - |
11 |
| -### How do I get set up? ### |
12 |
| - |
13 |
| -1. Summary of set up |
14 |
| - * Clone repo on Windows system (ws2012r2, ws2012, win 8.1, win 10) |
15 |
| - * Open `cli-netlite.sln` in Visual Studio and build it, or build using msbuild.exe in cmd |
16 |
| - |
17 |
| -2. Dependencies |
18 |
| - * This client depends on .net 4.5 and nuget packages of AMQPNetlite and NDesk.Options type `nuget restore` to download packages |
19 |
| - |
20 |
| -### Using |
21 |
| - |
22 |
| -Using cmd client |
23 |
| - |
24 |
| -```cmd |
25 |
| -> cli-netlite-sender.exe --broker "username:password@localhost:5672" --address "queue_test" --count 2 --msg-content "text message" --log-msgs dict |
26 |
| -> cli-netlite-receiver.exe --broker "username:password@localhost:5672" --address "queue_test" --count 2 --log-msgs dict |
27 |
| -``` |
28 |
| - |
29 |
| -Contributors |
30 |
| ----- |
31 |
| - |
32 |
| - |
33 |
| -License |
34 |
| ----- |
35 |
| - |
36 |
| -Apache v2 |
| 1 | +# README # |
| 2 | +[](https://travis-ci.org/rh-messaging/cli-netlite) |
| 3 | + |
| 4 | + |
| 5 | + |
| 6 | +## Description |
| 7 | + |
| 8 | +* This is console based amqp client builded on [AMQP.NET lite library](https://github.com/Azure/amqpnetlite) |
| 9 | + |
| 10 | +## Compilation |
| 11 | + |
| 12 | +1. Clone repo on Windows system (ws2012r2, ws2012, win 8.1, win 10) |
| 13 | +1. Open `cli-netlite.sln` in Visual Studio and build it, or build using msbuild.exe in cmd |
| 14 | + |
| 15 | +## Installation |
| 16 | + |
| 17 | +1. Download cli-netlite-<version>.msi from releases |
| 18 | +2. Install cli-netlite-<version>.msi |
| 19 | + |
| 20 | +## Using |
| 21 | + |
| 22 | +Using cmd client |
| 23 | + |
| 24 | +```cmd |
| 25 | +> cli-netlite-sender.exe --broker "username:password@localhost:5672" --address "queue_test" --count 2 --msg-content "text message" --log-msgs dict |
| 26 | +> cli-netlite-receiver.exe --broker "username:password@localhost:5672" --address "queue_test" --count 2 --log-msgs dict |
| 27 | +``` |
| 28 | + |
| 29 | +## Contributors |
| 30 | + |
| 31 | + |
| 32 | + |
| 33 | +## License |
| 34 | + |
| 35 | +[](https://opensource.org/licenses/Apache-2.0) |
0 commit comments