RoboticsAndCloud / StompClient

Simple Stomp Client to send data to ActiveMQ

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

StompClient

Simple Stomp Client to send data to ActiveMQ. Build on top of stompngo

Requirements:

Usage

conn := StompClient.StompClient{}
conn.Connect()
conn.SendEvent(`{"foo": "bar"}`, "Hello")

Default Stomp conf can be overwritten setting environment variables like:

  • STOMP_HOST
  • STOMP_PORT
  • STOMP_DEST

About

Simple Stomp Client to send data to ActiveMQ

License:Apache License 2.0


Languages

Language:Go 100.0%