Skip to content

Commit a20cad0

Browse files
committed
README fixes
Signed-off-by: Matteo Cafasso <[email protected]>
1 parent a61e9e5 commit a20cad0

File tree

1 file changed

+12
-5
lines changed

1 file changed

+12
-5
lines changed

README.md

Lines changed: 12 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,15 +13,15 @@ Please see RabbitMQ Plugin Development guide.
1313
To build the plugin:
1414

1515
```bash
16-
git clone https://github.com/noxdafox/rabbitmq-message-deduplication.git
17-
cd rabbitmq-message-deduplication
18-
make
16+
git clone https://github.com/noxdafox/rabbitmq-message-deduplication.git
17+
cd rabbitmq-message-deduplication
18+
make dist
1919
```
2020

2121
Then copy all the *.ez files inside the plugins folder to the RabbitMQ plugins directory and enable the plugin:
2222

2323
```bash
24-
[sudo] rabbitmq-plugins enable rabbitmq_message_deduplication_exchange
24+
[sudo] rabbitmq-plugins enable rabbitmq_message_deduplication_exchange
2525
```
2626

2727
Declare an exchange
@@ -43,7 +43,14 @@ Each message containing the `x-deduplication-header` header will not be routed i
4343

4444
The optional header `x-cache-ttl` will override the default one if provided during the exchange declaration. This parameter controls for how many seconds to deduplicate the message. After the TTL expires, a new message with the same `x-deduplication-header` header will be routed again.
4545

46+
Running the tests
47+
-----------------
48+
49+
```bash
50+
make tests
51+
```
52+
4653
License
4754
-------
4855

49-
See LICENSE.txt
56+
See the LICENSE file.

0 commit comments

Comments
 (0)