Skip to content

Commit 57bbb10

Browse files
committed
Acrolynx
1 parent 48ed810 commit 57bbb10

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ In this quickstart, you create a Java app to send messages to and receive messag
3434

3535

3636
## Send messages to a queue
37-
In this section, you create a Java console project, and add code to send messages to the queue that you created earlier.
37+
In this section, you'll create a Java console project, and add code to send messages to the queue that you created earlier.
3838

3939
### Create a Java console project
4040
Create a Java project using Eclipse or a tool of your choice.
@@ -415,7 +415,7 @@ In this section, you add code to retrieve messages from the queue.
415415
### [Passwordless (Recommended)](#tab/passwordless)
416416

417417
1. If you're using Eclipse, right-click the project, select **Export**, expand **Java**, select **Runnable JAR file**, and follow the steps to create a runnable JAR file.
418-
1. If you are signed into the machine using a user account that's different from the user account added to the **Azure Service Bus Data Owner** role, follow these steps. Otherwise, skip this step and move on to run the Jar file in the next step.
418+
1. If you're signed into the machine using a user account that's different from the user account added to the **Azure Service Bus Data Owner** role, follow these steps. Otherwise, skip this step and move on to run the Jar file in the next step.
419419
420420
1. [Install Azure CLI](/cli/azure/install-azure-cli-windows) on your machine.
421421
1. Run the following CLI command to sign in to Azure. Use the same user account that you added to the **Azure Service Bus Data Owner** role.
@@ -456,7 +456,7 @@ Stopping and closing the processor
456456
```
457457
---
458458
459-
On the **Overview** page for the Service Bus namespace in the Azure portal, you can see **incoming** and **outgoing** message count. You may need to wait for a minute or so and then refresh the page to see the latest values.
459+
On the **Overview** page for the Service Bus namespace in the Azure portal, you can see **incoming** and **outgoing** message count. Wait for a minute or so and then refresh the page to see the latest values.
460460
461461
:::image type="content" source="./media/service-bus-java-how-to-use-queues/overview-incoming-outgoing-messages.png" alt-text="Incoming and outgoing message count" lightbox="./media/service-bus-java-how-to-use-queues/overview-incoming-outgoing-messages.png":::
462462

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -420,7 +420,7 @@ Run the program to see the output similar to the following output:
420420
### [Passwordless (Recommended)](#tab/passwordless)
421421

422422
1. If you're using Eclipse, right-click the project, select **Export**, expand **Java**, select **Runnable JAR file**, and follow the steps to create a runnable JAR file.
423-
1. If you are signed into the machine using a user account that's different from the user account added to the **Azure Service Bus Data Owner** role, follow these steps. Otherwise, skip this step and move on to run the Jar file in the next step.
423+
1. If you're signed into the machine using a user account that's different from the user account added to the **Azure Service Bus Data Owner** role, follow these steps. Otherwise, skip this step and move on to run the Jar file in the next step.
424424
425425
1. [Install Azure CLI](/cli/azure/install-azure-cli-windows) on your machine.
426426
1. Run the following CLI command to sign in to Azure. Use the same user account that you added to the **Azure Service Bus Data Owner** role.
@@ -458,7 +458,7 @@ Processing message. Session: 7bd3bd3e966a40ebbc9b29b082da14bb, Sequence #: 4. Co
458458
```
459459
---
460460
461-
On the **Overview** page for the Service Bus namespace in the Azure portal, you can see **incoming** and **outgoing** message count. You may need to wait for a minute or so and then refresh the page to see the latest values.
461+
On the **Overview** page for the Service Bus namespace in the Azure portal, you can see **incoming** and **outgoing** message count. Wait for a minute or so and then refresh the page to see the latest values.
462462
463463
:::image type="content" source="./media/service-bus-java-how-to-use-queues/overview-incoming-outgoing-messages.png" alt-text="Incoming and outgoing message count" lightbox="./media/service-bus-java-how-to-use-queues/overview-incoming-outgoing-messages.png":::
464464

0 commit comments

Comments
 (0)