Skip to content

joao-osilva/springboot-rabbitmq-parser

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

Spring Boot RabbitMQ Parser

By: João Silva (vitor191291@gmail.com)

A simple adapter implementation that consumes messages, parse them and place it in a message broker.

Implemented with:

  • Java 8
  • Spring Boot 1.5.6-RELEASE
  • Maven 3
  • Tomcat 8
  • RabbitMQ
  • Docker

Package the app:

$ mvn package

Use docker compose to spin up the whole environment:

$ docker-compose up

RabbitMQ management console can be accessed through http://localhost:15672, with user admin and password Admin123

Releases

No releases published

Packages

No packages published

Languages