Skip to content

Commit 9d570a0

Browse files
authored
Update README.md
1 parent 09496ac commit 9d570a0

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

README.md

+5-1
Original file line numberDiff line numberDiff line change
@@ -24,5 +24,9 @@ The listener does some simple message processing in the form of matching the pla
2424
The listener uses values read from a .env file to build a connection string to your service bus implementation.
2525
Replace the values in '<>' brackets listed in the .env file with the relevant details from your servcice bus instance.
2626

27+
Usage:
28+
From the repo base directory, type...
29+
>cargo run
30+
2731
The listener will loop forever, waiting to read messages from the service bus. You will need another tool to send messages to the service bus.
28-
At some point I will get around to creating a sender to match the listener.
32+
The 'rustybus' project (https://github.com/mario-guerra/rustybus) can be used to send messages into the queue for rust-listener to consume.

0 commit comments

Comments
 (0)