Skip to content

Commit e2f3f49

Browse files
committed
Add pre-requisites
1 parent 4890057 commit e2f3f49

File tree

2 files changed

+5
-1
lines changed

2 files changed

+5
-1
lines changed

README.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
= RabbitMQ AMQP 1.0 Java Client
22

33
This library is in early stages of development.
4-
It is meant to be used with RabbitMQ 4.0.
4+
It targets RabbitMQ 4.0 and requires at least Java 11 (Java 21 or more is recommended).
55

66
== Documentation
77

src/docs/asciidoc/index.adoc

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -11,6 +11,10 @@ ifndef::sourcedir[:sourcedir: ../../main/java]
1111

1212
The library is open source, developed https://github.com/rabbitmq/rabbitmq-amqp-java-client/[on GitHub], and is licensed under the https://www.apache.org/licenses/LICENSE-2.0.html[Apache Public License 2.0]
1313

14+
== Pre-requisites
15+
16+
This library requires at least Java 11 (Java 21+ is recommended) and RabbitMQ 4.0 or more.
17+
1418
include::usage.adoc[]
1519

1620
include::appendixes.adoc[]

0 commit comments

Comments
 (0)