ramonPires / spring-rabbitmq-tuning

This library makes it easy to configure RabbitMQ for use with Spring

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

CircleCI

Spring RabbitMQ Tuning

This library makes it easy to configure RabbitMQ for use with Spring.

Table of Contents


Technologies

This lib uses Java 8 and Spring Boot 2.1.x.RELEASE

Adding in your project

Maven

<dependency>
  <groupId>com.tradeshift</groupId>
  <artifactId>spring-rabbitmq-tuning-lib</artifactId>
  <version>0.0.1</version>
</dependency>

Gradle

implementation 'com.tradeshift:spring-rabbitmq-tuning-lib:0.0.1'

Current Version

0.0.1

About

This library makes it easy to configure RabbitMQ for use with Spring

License:MIT License


Languages

Language:Java 100.0%