Skip to content

Latest commit

 

History

History
60 lines (42 loc) · 2.42 KB

README.md

File metadata and controls

60 lines (42 loc) · 2.42 KB

Spring AMQP demonstration

Introduction

This project was build on learning about the usage of RabbitMQ in a Spring Boot environment and it can be also used as demonstration of Spring AMQP.

Quick start

Quick start can be followed here.

Structure

Several use cases were implemented in this project, out of many possibilites. In a seprate section those possibilities and the concrete implementation are further described.

Production

Some production stuff can be seen here.

Glossary

Sources

For creation of this project many sources were used and are listed below.

Theoretical explanation of basics about AMQP and RabbitMQ with Spring Boot can be found here:

Basic examples the usage can be found under:

Extensive examples of Spring AMQP:

Testing the Spring AMQP application:

RabbitMQ and Spring AMQP Links