Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/himash79/spring-boot-rabbitmq-intergration

Build Restful webservices utilizing Spring boot and manipulates the message queue using RabbitMQ.
https://github.com/himash79/spring-boot-rabbitmq-intergration

aop aspect-oriented-programming mysql rabbitmq rabbitmq-consumer rabbitmq-server restful-webservices spring-boot spring-data-jpa

Last synced: 15 days ago
JSON representation

Build Restful webservices utilizing Spring boot and manipulates the message queue using RabbitMQ.

Awesome Lists containing this project

README

        

# SPting-boot-RabbitMQ-Intergration
Build Restful webservices utilizing Spring boot and manipulates the message queue using RabbitMQ.

## Requirements

01) Java 11
02) Maven 3.8
03) MYSQL
04) RabbitMQ server

## Project setup

01) Clone the project

https://github.com/himash79/Spring-boot-RabbitMQ-Intergration.git

02) Configure RabbitMQ enviroment

Follow the steps on `Config.txt` file

03) Configure Database

Execute DB script file

04) Clean and build the project using maven

open command line (CMD) in project directory and execute 'mvn clean install'

05) Open project using intelij / eclipse.

06) Expose Rest APIs and retrieve responses.