@@ -19,9 +19,9 @@ limitations under the License.
19
19
20
20
## <a id =" introduction " class =" anchor " href =" #introduction " >Introduction</a >
21
21
22
- RabbitMQ is not a JMS provider but includes [ a plugin] ( https://github.com/rabbitmq/rabbitmq-server/tree/v3.9 .x/deps/rabbitmq_jms_topic_exchange )
23
- needed to support the JMS Queue and Topic messaging models. JMS Client
24
- for RabbitMQ implements the JMS specification on top of the
22
+ RabbitMQ is not a JMS provider but includes [ a plugin] ( https://github.com/rabbitmq/rabbitmq-server/tree/v3.11 .x/deps/rabbitmq_jms_topic_exchange )
23
+ needed to support the JMS Queue and Topic messaging models. [ JMS Client
24
+ for RabbitMQ] ( https://github.com/rabbitmq/rabbitmq-jms-client ) 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
@@ -34,15 +34,15 @@ of the RabbitMQ JMS Client library.
34
34
35
35
JMS Client Library documentation is hosted in Github Pages:
36
36
37
- For JMS 2.x Client library:
37
+ For JMS 2.x Client library (JMS 2.0) :
38
38
39
- - [ latest stable release] ( https://rabbitmq.github.io/rabbitmq-jms-client/2.x/stable/htmlsingle/index.html#introduction )
40
- - [ latest milestone release] ( https://rabbitmq.github.io/rabbitmq-jms-client/2.x/milestone/htmlsingle/index.html#introduction )
41
- - [ latest development build] ( https://rabbitmq.github.io/rabbitmq-jms-client/2.x/snapshot/htmlsingle/index.html#introduction )
39
+ - [ Latest stable release] ( https://rabbitmq.github.io/rabbitmq-jms-client/2.x/stable/htmlsingle/index.html )
40
+ - [ Latest milestone release] ( https://rabbitmq.github.io/rabbitmq-jms-client/2.x/milestone/htmlsingle/index.html )
41
+ - [ Latest development build] ( https://rabbitmq.github.io/rabbitmq-jms-client/2.x/snapshot/htmlsingle/index.html )
42
42
43
43
44
- For JMS 3.x Client library:
44
+ For JMS 3.x Client library (JMS 3.0) :
45
45
46
- - [ latest stable release] ( https://rabbitmq.github.io/rabbitmq-jms-client/3.x/stable/htmlsingle/index.html#introduction )
47
- - [ latest milestone release] ( https://rabbitmq.github.io/rabbitmq-jms-client/3.x/milestone/htmlsingle/index.html#introduction )
48
- - [ latest development build] ( https://rabbitmq.github.io/rabbitmq-jms-client/3.x/snapshot/htmlsingle/index.html#introduction )
46
+ - [ Latest stable release] ( https://rabbitmq.github.io/rabbitmq-jms-client/3.x/stable/htmlsingle/index.html )
47
+ - [ Latest milestone release] ( https://rabbitmq.github.io/rabbitmq-jms-client/3.x/milestone/htmlsingle/index.html )
48
+ - [ Latest development build] ( https://rabbitmq.github.io/rabbitmq-jms-client/3.x/snapshot/htmlsingle/index.html )
0 commit comments