Skip to content

drael/StompClient

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

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

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages