Skip to content

Commit e3e3ec0

Browse files
committed
Document pre-requisites
1 parent 1d92145 commit e3e3ec0

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

README.adoc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ This package is published to several Maven package repositories:
3333
[[jms-2]]
3434
=== JMS 1.1 and 2.0
3535

36-
RabbitMQ JMS Client implements JMS 2.0 as of 2.7.0.
36+
RabbitMQ JMS Client implements JMS 2.0 as of 2.7.0. It requires Java 8 or more.
3737

3838
==== Stable
3939

@@ -112,7 +112,7 @@ compile 'com.rabbitmq.jms:rabbitmq-jms:{2-snapshot}'
112112
[[jms-3]]
113113
=== JMS 3.0
114114

115-
RabbitMQ JMS Client implements JMS 3.0 as of 3.0.0.
115+
RabbitMQ JMS Client 3.x implements JMS 3.0 and requires Java 11 or more.
116116

117117
==== Stable
118118

src/docs/asciidoc/index.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ for RabbitMQ implements the JMS specification on top of the
1313
link:https://rabbitmq.com/api-guide.html[RabbitMQ Java client], thus allowing new and
1414
existing JMS applications to connect to RabbitMQ.
1515

16-
The library supports JMS 2.0 as of 2.7.0 and JMS 3.0 as of 3.0.0.
16+
RabbitMQ JMS Client 3.x supports JMS 3.0 and requires Java 11 or more.
1717

1818
The plugin and the JMS client are meant to work and be used together.
1919

0 commit comments

Comments
 (0)