Skip to content

Commit c316202

Browse files
committed
Link to JMS client project page
1 parent a5cc9e9 commit c316202

File tree

1 file changed

+11
-11
lines changed

1 file changed

+11
-11
lines changed

site/jms-client.md

Lines changed: 11 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ limitations under the License.
1919

2020
## <a id="introduction" class="anchor" href="#introduction">Introduction</a>
2121

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
2525
[RabbitMQ Java client](./api-guide.html), thus allowing new and
2626
existing JMS applications to connect to RabbitMQ.
2727

@@ -34,15 +34,15 @@ of the RabbitMQ JMS Client library.
3434

3535
JMS Client Library documentation is hosted in Github Pages:
3636

37-
For JMS 2.x Client library:
37+
For JMS 2.x Client library (JMS 2.0):
3838

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)
4242

4343

44-
For JMS 3.x Client library:
44+
For JMS 3.x Client library (JMS 3.0):
4545

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

Comments
 (0)