Skip to content

Commit 493295a

Browse files
authored
Update link to azure-servicebus-jms
Users that land on search.maven.org using the old URL are being redirected to central.sonatype.com but the redirection is broken and the user ends up on the home page of central.sonatype.com instead of being taken directly to the azure-servicebus-jms package page.
1 parent 0334d3b commit 493295a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -37,10 +37,10 @@ To learn more about how to prepare your developer environment for Java on Azure,
3737

3838
To utilize all the features available in the premium tier, add the following library to the build path of the project.
3939

40-
[Azure-servicebus-jms](https://search.maven.org/artifact/com.microsoft.azure/azure-servicebus-jms)
40+
[Azure-servicebus-jms](https://central.sonatype.com/artifact/com.microsoft.azure/azure-servicebus-jms/1.0.0)
4141

4242
> [!NOTE]
43-
> To add the [Azure-servicebus-jms](https://search.maven.org/artifact/com.microsoft.azure/azure-servicebus-jms) to the build path, use the preferred dependency management tool for your project like [Maven](https://maven.apache.org/) or [Gradle](https://gradle.org/).
43+
> To add the [Azure-servicebus-jms](https://central.sonatype.com/artifact/com.microsoft.azure/azure-servicebus-jms/1.0.0) to the build path, use the preferred dependency management tool for your project like [Maven](https://maven.apache.org/) or [Gradle](https://gradle.org/).
4444
4545
## Coding Java applications
4646

@@ -146,4 +146,4 @@ For more information on Azure Service Bus and details about Java Message Service
146146
* [Service Bus AMQP 1.0 Developer's Guide](service-bus-amqp-dotnet.md)
147147
* [Get started with Service Bus queues](service-bus-dotnet-get-started-with-queues.md)
148148
* [Java Message Service API(external Oracle doc)](https://docs.oracle.com/javaee/7/api/javax/jms/package-summary.html)
149-
* [Learn how to migrate from ActiveMQ to Service Bus](migrate-jms-activemq-to-servicebus.md)
149+
* [Learn how to migrate from ActiveMQ to Service Bus](migrate-jms-activemq-to-servicebus.md)

0 commit comments

Comments
 (0)