Chapter 2. Installation
This chapter guides you through the steps to install AMQ Spring Boot Starter in your environment.
Using the Red Hat Maven repository
The library uses Apache Maven as its build tool. You can configure your Maven environment to download the library from the Red Hat Maven repository.
Procedure
Add the Red Hat repository to your Maven settings or POM file. For example configuration files, see Section B.1, “Using the online repository”.
<repository> <id>red-hat-ga</id> <url>https://maven.repository.redhat.com/ga</url> </repository>
Add the library dependency to your POM file.
<dependency> <groupId>org.amqphub.spring</groupId> <artifactId>amqp-10-jms-spring-boot-starter</artifactId> <version>2.1.3.redhat-00004</version> </dependency>
The library is now available in your Maven project.