Skip to content

Commit d54dfab

Browse files
committed
IntelliJ
1 parent 2e97cb1 commit d54dfab

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

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

Lines changed: 6 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,14 @@ 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:
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+
If you are using IntelliJ, see [Install the Azure Toolkit for IntelliJ](/java/intellij/azure-toolkit-for-intellij-installation).
47+
4448
Add the following `import` statements to the top of the Java file:
4549

4650
```java

0 commit comments

Comments
 (0)