Skip to content

Commit a5e59cf

Browse files
Provide links to all 3 versions for JMS 2.x and JMS 3.x
1 parent c6a7c42 commit a5e59cf

File tree

1 file changed

+13
-3
lines changed

1 file changed

+13
-3
lines changed

site/jms-client.md

Lines changed: 13 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@ for RabbitMQ implements the JMS specification on top of the
2525
[RabbitMQ Java client](./api-guide.html), thus allowing new and
2626
existing JMS applications to connect to RabbitMQ.
2727

28-
The library supports JMS 2.0 as of 2.7.0 and JMS 3.0 as of 3.0.0.
28+
The library supports JMS 2.0 as of 2.7.0 and JMS 3.0 as of 3.0.0.
2929

3030
The plugin and the JMS client are meant to work and be used together.
3131

@@ -36,5 +36,15 @@ of the RabbitMQ JMS Client library.
3636

3737
JMS Client Library documentation is hosted in Github Pages:
3838

39-
- For [JMS 2.x Client library](https://rabbitmq.github.io/rabbitmq-jms-client/2.x/snapshot/htmlsingle/index.html#introduction)
40-
- For [JMS 3.x Client library](https://rabbitmq.github.io/rabbitmq-jms-client/3.x/snapshot/htmlsingle/index.html#introduction)
39+
For JMS 2.x Client library:
40+
41+
- [latest stable release](https://rabbitmq.github.io/rabbitmq-jms-client/2.x/stable/htmlsingle/index.html#introduction)
42+
- [latest milestone release](https://rabbitmq.github.io/rabbitmq-jms-client/2.x/milestone/htmlsingle/index.html#introduction)
43+
- [latest development build](https://rabbitmq.github.io/rabbitmq-jms-client/2.x/snapshot/htmlsingle/index.html#introduction)
44+
45+
46+
For JMS 3.x Client library:
47+
48+
- [latest stable release](https://rabbitmq.github.io/rabbitmq-jms-client/3.x/stable/htmlsingle/index.html#introduction)
49+
- [latest milestone release](https://rabbitmq.github.io/rabbitmq-jms-client/3.x/milestone/htmlsingle/index.html#introduction)
50+
- [latest development build](https://rabbitmq.github.io/rabbitmq-jms-client/3.x/snapshot/htmlsingle/index.html#introduction)

0 commit comments

Comments
 (0)