Skip to content

Commit 4e8f658

Browse files
committed
Mention the library is for RabbitMQ only
1 parent cc902ce commit 4e8f658

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.adoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,8 @@ It targets RabbitMQ 4.0 and requires at least Java 11 (Java 21 or more is recomm
77

88
Please refer to the https://rabbitmq.github.io/rabbitmq-amqp-java-client/stable/htmlsingle/[documentation] to find out more.
99

10+
This library is **for RabbitMQ only**, it does not support other brokers.
11+
1012
== Project Maturity
1113

1214
The project is in development and stabilization phase.
@@ -23,7 +25,7 @@ See the https://www.rabbitmq.com/client-libraries/java-versions[RabbitMQ Java li
2325

2426
=== Pre-requisites
2527

26-
This library requires at least Java 11, but Java 21 or more is recommended.
28+
This library requires at least Java 11 (Java 21+ is recommended) and RabbitMQ 4.0 or more.
2729

2830
=== Dependencies
2931

src/docs/asciidoc/index.adoc

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,8 @@ ifndef::sourcedir[:sourcedir: ../../main/java]
88

99
The RabbitMQ AMQP 1.0 Java Client is a library to communicate with RabbitMQ using https://www.rabbitmq.com/docs/amqp[AMQP 1.0].
1010

11+
It is **for RabbitMQ only**, it does not support other brokers.
12+
1113
== Pre-requisites
1214

1315
This library requires at least Java 11 (Java 21+ is recommended) and RabbitMQ 4.0 or more.

0 commit comments

Comments
 (0)