add test connection to the nats server.

This commit is contained in:
NADAL Jean-Baptiste
2019-11-08 16:08:26 +01:00
parent 657ce4f051
commit 8e8a649a88
3 changed files with 53 additions and 4 deletions

4
tools/nats-pub.sh Executable file
View File

@@ -0,0 +1,4 @@
#!/bin/bash
go get github.com/nats-io/go-nats-examples/tools/nats-pub
${HOME}/go/bin/nats-pub -s nats://nats.nadal-fr.com:4222 "$1" "$2"