Skip to content

Commit f27271c

Browse files
Update JMS docs for azure-servicebus-jms 2.1.0
- Bump com.azure:azure-servicebus-jms version from 2.0.0 to 2.1.0 in Maven snippets - Fix Maven Central links from com.microsoft.azure to com.azure groupId in java-message-service-20-entities.md
1 parent f9965b1 commit f27271c

2 files changed

Lines changed: 4 additions & 4 deletions

File tree

articles/service-bus-messaging/how-to-use-java-message-service-20.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ The `azure-servicebus-jms` library is available in two variants to support both
3535
<dependency>
3636
<groupId>com.azure</groupId>
3737
<artifactId>azure-servicebus-jms</artifactId>
38-
<version>2.0.0</version>
38+
<version>2.1.0</version>
3939
</dependency>
4040
```
4141

@@ -90,7 +90,7 @@ To utilize all the features available in the premium tier, add the **azure-servi
9090
<dependency>
9191
<groupId>com.azure</groupId>
9292
<artifactId>azure-servicebus-jms</artifactId>
93-
<version>2.0.0</version>
93+
<version>2.1.0</version>
9494
</dependency>
9595
```
9696

articles/service-bus-messaging/java-message-service-20-entities.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ ms.date: 12/04/2025
88

99
# Java message service (JMS) 2.0 entities
1010

11-
Client applications connecting to Azure Service Bus Premium and using the [Azure Service Bus JMS library](https://central.sonatype.com/artifact/com.microsoft.azure/azure-servicebus-jms) can use the below entities.
11+
Client applications connecting to Azure Service Bus Premium and using the [Azure Service Bus JMS library](https://central.sonatype.com/artifact/com.azure/azure-servicebus-jms) can use the below entities.
1212

1313
## Queues
1414

@@ -55,7 +55,7 @@ TemporaryTopic createTemporaryTopic()
5555
While these subscriptions are semantically similar to the [subscriptions on Service Bus topics](service-bus-queues-topics-subscriptions.md#topics-and-subscriptions) (that is, exist on a topic and enable publish/subscribe semantics), the Java Message Service spec introduces the concepts of **Shared**, **Unshared**, **Durable, and **Non-durable** attributes for a given subscription.
5656

5757
> [!NOTE]
58-
> The below subscriptions are available in Azure Service Bus Premium tier for client applications connecting to Azure Service Bus using the [Azure Service Bus JMS library](https://central.sonatype.com/artifact/com.microsoft.azure/azure-servicebus-jms).
58+
> The below subscriptions are available in Azure Service Bus Premium tier for client applications connecting to Azure Service Bus using the [Azure Service Bus JMS library](https://central.sonatype.com/artifact/com.azure/azure-servicebus-jms).
5959
>
6060
> Only durable subscriptions can be created using the Azure portal.
6161
>

0 commit comments

Comments
 (0)