File tree 1 file changed +5
-1
lines changed
1 file changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -24,5 +24,9 @@ The listener does some simple message processing in the form of matching the pla
24
24
The listener uses values read from a .env file to build a connection string to your service bus implementation.
25
25
Replace the values in '<>' brackets listed in the .env file with the relevant details from your servcice bus instance.
26
26
27
+ Usage:
28
+ From the repo base directory, type...
29
+ > cargo run
30
+
27
31
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 .
You can’t perform that action at this time.
0 commit comments