Skip to content

Commit 41ee2ec

Browse files
committed
Link to version sections in readme
1 parent 2c75ce5 commit 41ee2ec

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

README.adoc

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ image:https://github.com/rabbitmq/rabbitmq-jms-client/workflows/Build%20(Linux)/
1515

1616
This is a JMS client library for RabbitMQ, working in concert with https://github.com/rabbitmq/rabbitmq-server/tree/main/deps/rabbitmq_jms_topic_exchange[rabbitmq-jms-topic-exchange],
1717
a RabbitMQ server plugin.
18-
It supports JMS 2.0 as of 2.7.0 and JMS 3.0 as of 3.0.0.
18+
It supports JMS 2.0 as of <<jms-2, 2.7.0>> and JMS 3.0 as of <<jms-3, 3.0.0>>.
1919
Both 2.x and 3.x branches are maintained and supported.
2020

2121
https://rabbitmq.com/jms-client.html[Documentation]
@@ -30,6 +30,7 @@ This package is published to several Maven package repositories:
3030
* https://packagecloud.io/rabbitmq/maven-milestones[RabbitMQ Maven Milestones repository]
3131
* https://oss.sonatype.org/content/repositories/snapshots/com/rabbitmq/jms/rabbitmq-jms/[Sonatype OSS snapshot repository]
3232

33+
[[jms-2]]
3334
=== JMS 1.1 and 2.0
3435

3536
RabbitMQ JMS Client implements JMS 2.0 as of 2.7.0.
@@ -104,6 +105,7 @@ Or the following to `build.gradle` for Gradle:
104105
compile 'com.rabbitmq.jms:rabbitmq-jms:{2-snapshot}'
105106
----
106107

108+
[[jms-3]]
107109
=== JMS 3.0
108110

109111
RabbitMQ JMS Client implements JMS 3.0 as of 3.0.0.

0 commit comments

Comments
 (0)