File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff 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
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ for RabbitMQ implements the JMS specification on top of the
1313link:https://rabbitmq.com/api-guide.html[RabbitMQ Java client], thus allowing new and
1414existing 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
1818The plugin and the JMS client are meant to work and be used together.
1919
You can’t perform that action at this time.
0 commit comments