File tree Expand file tree Collapse file tree 1 file changed +13
-3
lines changed Expand file tree Collapse file tree 1 file changed +13
-3
lines changed Original file line number Diff line number Diff line change @@ -25,7 +25,7 @@ for RabbitMQ implements the JMS specification on top of the
25
25
[ RabbitMQ Java client] ( ./api-guide.html ) , thus allowing new and
26
26
existing JMS applications to connect to RabbitMQ.
27
27
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.
29
29
30
30
The plugin and the JMS client are meant to work and be used together.
31
31
@@ -36,5 +36,15 @@ of the RabbitMQ JMS Client library.
36
36
37
37
JMS Client Library documentation is hosted in Github Pages:
38
38
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 )
You can’t perform that action at this time.
0 commit comments