Skip to content

Commit 0c1b97d

Browse files
authored
Merge pull request #109051 from spelluru/sbusintellij0325
IntelliJ
2 parents d36e046 + 7618bf9 commit 0c1b97d

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

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

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ ms.workload: na
1313
ms.tgt_pltfrm: na
1414
ms.devlang: Java
1515
ms.topic: quickstart
16-
ms.date: 01/24/2020
16+
ms.date: 03/24/2020
1717
ms.author: aschhab
1818
ms.custom: seo-java-july2019, seo-java-august2019, seo-java-september2019
1919

@@ -37,10 +37,13 @@ In this tutorial, you learn how to create Java applications to send messages to
3737

3838

3939
## Configure your application to use Service Bus
40-
Make sure you have installed the [Azure SDK for Java][Azure SDK for Java] before building this sample. If you are using Eclipse, you can install the [Azure Toolkit for Eclipse][Azure Toolkit for Eclipse] that includes the Azure SDK for Java. You can then add the **Microsoft Azure Libraries for Java** to your project:
40+
Make sure you have installed the [Azure SDK for Java][Azure SDK for Java] before building this sample.
41+
42+
If you are using Eclipse, you can install the [Azure Toolkit for Eclipse][Azure Toolkit for Eclipse] that includes the Azure SDK for Java. You can then add the **Microsoft Azure Libraries for Java** to your project. If you are using IntelliJ, see [Install the Azure Toolkit for IntelliJ](/azure/java/intellij/azure-toolkit-for-intellij-installation).
4143

4244
![Add Microsoft Azure Libraries for Java to your Eclipse project](./media/service-bus-java-how-to-use-queues/eclipse-azure-libraries-java.png)
4345

46+
4447
Add the following `import` statements to the top of the Java file:
4548

4649
```java

0 commit comments

Comments
 (0)