Skip to content

nmchenry01/go-rabbit-mq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

go-rabbit-mq

Overview

The purpose of this repository is to POC interacting with RabbitMQ using Golang as well as sending/unmarshalling XML based payloads.

Getting started

  1. Navigate to the root of the directory and run docker-compose up --build

  2. Navigate to the consumer/ directory and run go run main.go

  3. Navigate to the producer/ directory and run go run main.go

You should see some messages be send from the producer application to the consumer application. Feel free to play around with this repo and add more functionality as needed.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published