Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 429 Bytes

File metadata and controls

24 lines (17 loc) · 429 Bytes

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