Skip to content

Commit 213dd71

Browse files
Update request-reply.md (#146)
Co-authored-by: Tamimi Ahmad <[email protected]>
1 parent 51f1975 commit 213dd71

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/pages/tutorials/nodejs/request-reply.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -192,7 +192,7 @@ The publisher application publishes one message and exits, the subscriber applic
192192
First run `BasicReplier.js` in Node.js, giving it following arguments:
193193

194194
```
195-
node _BasicReplier.js <host:port> <client-username> <client-password> <message-vpn>
195+
node BasicReplier.js <host:port> <client-username>@<message-vpn> <client-password>
196196
```
197197

198198
The following is the output of the tutorial’s _BasicReplier.js_ application after it successfully connected to the Solace message router and subscribed to the request topic.
@@ -259,4 +259,4 @@ Binary Attachment: len=17
259259
[14:52:16] Replied.
260260
```
261261
262-
With that you now know how to successfully implement the request-reply message exchange pattern using Direct messages.
262+
With that you now know how to successfully implement the request-reply message exchange pattern using Direct messages.

0 commit comments

Comments
 (0)