File tree Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Expand file tree Collapse file tree 2 files changed +5
-1
lines changed Original file line number Diff line number Diff line change @@ -7,6 +7,8 @@ It targets RabbitMQ 4.0 and requires at least Java 11 (Java 21 or more is recomm
77
88Please 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
1214The 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
Original file line number Diff line number Diff line change @@ -8,6 +8,8 @@ ifndef::sourcedir[:sourcedir: ../../main/java]
88
99The 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
1315This library requires at least Java 11 (Java 21+ is recommended) and RabbitMQ 4.0 or more.
You can’t perform that action at this time.
0 commit comments