/go-amq-poc

Golang with ActiveMQ

Primary LanguageGo

ActiveMQ with Golang

ActiveMQ

This is a basic POC for creating AMQ Producer and Consumer with Go:

Installation:

go get

Run Producer:

go run main.go

Run Consumer:

go run reader.go