このコンテンツは選択した言語では利用できません。
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>
<repository> <id>red-hat-ga</id> <url>https://maven.repository.redhat.com/ga</url> </repository>
Copy to Clipboard Copied! Add the library dependency to your POM file.
<dependency> <groupId>org.amqphub.spring</groupId> <artifactId>amqp-10-jms-spring-boot-starter</artifactId> <version>2.2.2.redhat-00002</version> </dependency>
<dependency> <groupId>org.amqphub.spring</groupId> <artifactId>amqp-10-jms-spring-boot-starter</artifactId> <version>2.2.2.redhat-00002</version> </dependency>
Copy to Clipboard Copied!
The library is now available in your Maven project.