File tree Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Expand file tree Collapse file tree 1 file changed +9
-4
lines changed Original file line number Diff line number Diff line change 22
33Step to publish and subscribe to NATS subjects.
44
5+ Currently two commands are supported:
6+
7+ - ` publish `
8+ - ` subscribe `
9+
510## Input
611
712### Defaults
@@ -31,9 +36,9 @@ Enable `selfSigned` only if the NATS server uses self-signed certificates. If en
3136
3237Enable `serverVerify` only if the NATS server verifies the client certificates. If enabled `certificatePath` and `keyPath` are mandatory.
3338
34- # ## publish
39+ # ## publish command
3540
36- The publish command allows to publish a payload to a specific NATS subject. Optionally it can wait for a reply.
41+ The ` publish` command allows to publish a payload to a specific NATS subject. Optionally it can wait for a reply.
3742
3843Full configuration example :
3944
@@ -80,9 +85,9 @@ It is possible to publish to a Jetstream stream by declaring `jetstream: true` i
8085 - result.error ShouldNotBeEmpty
8186` ` `
8287
83- # ## subscribe
88+ # ## subscribe command
8489
85- The subscribe command allows to receive messages from a subject or a stream.
90+ The ` subscribe` command allows to receive messages from a subject or a stream.
8691
8792Full configuration example :
8893
You can’t perform that action at this time.
0 commit comments