Skip to content

Commit 43695ff

Browse files
authored
Merge pull request #87065 from damabe/1570671-Part2
SEOImprovements: User Story 1570671, Part 2
2 parents 4f67e98 + 86b3bfb commit 43695ff

File tree

3 files changed

+8
-8
lines changed

3 files changed

+8
-8
lines changed

articles/service-bus-messaging/service-bus-java-how-to-use-jms-api-amqp.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -15,15 +15,15 @@ ms.devlang: Java
1515
ms.topic: article
1616
ms.date: 03/05/2019
1717
ms.author: aschhab
18-
ms.custom: seo-java-july2019, seo-java-august2019
18+
ms.custom: seo-java-july2019, seo-java-august2019, seo-java-september2019
1919

2020
---
2121
# Use the Java Message Service (JMS) with Azure Service Bus and AMQP 1.0
22-
The Advanced Message Queuing Protocol (AMQP) 1.0 is an efficient, reliable, wire-level messaging protocol that you can use to build robust, cross-platform messaging applications.
22+
This article explains how to use Azure Service Bus messaging features (queues and publish/subscribe topics) from Java applications using the popular Java Message Service (JMS) API standard. There is a [companion article](service-bus-amqp-dotnet.md) that explains how to do the same using the Azure Service Bus .NET API. You can use these two guides together to learn about cross-platform messaging using AMQP 1.0.
2323

24-
Support for AMQP 1.0 in Service Bus means that you can use the queuing and publish/subscribe brokered messaging features from a range of platforms using an efficient binary protocol. Furthermore, you can build applications comprised of components built using a mix of languages, frameworks, and operating systems.
24+
The Advanced Message Queuing Protocol (AMQP) 1.0 is an efficient, reliable, wire-level messaging protocol that you can use to build robust, cross-platform messaging applications.
2525

26-
This article explains how to use Service Bus messaging features (queues and publish/subscribe topics) from Java applications using the popular Java Message Service (JMS) API standard. There is a [companion article](service-bus-amqp-dotnet.md) that explains how to do the same using the Service Bus .NET API. You can use these two guides together to learn about cross-platform messaging using AMQP 1.0.
26+
Support for AMQP 1.0 in Azure Service Bus means that you can use the queuing and publish/subscribe brokered messaging features from a range of platforms using an efficient binary protocol. Furthermore, you can build applications comprised of components built using a mix of languages, frameworks, and operating systems.
2727

2828
## Get started with Service Bus
2929
This guide assumes that you already have a Service Bus namespace containing a queue named **basicqueue**. If you do not, then you can [create the namespace and queue](service-bus-create-namespace-portal.md) using the [Azure portal](https://portal.azure.com). For more information about how to create Service Bus namespaces and queues, see [Get started with Service Bus queues](service-bus-dotnet-get-started-with-queues.md).

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,12 +15,12 @@ ms.devlang: Java
1515
ms.topic: article
1616
ms.date: 04/10/2019
1717
ms.author: aschhab
18-
ms.custom: seo-java-july2019, seo-java-august2019
18+
ms.custom: seo-java-july2019, seo-java-august2019, seo-java-september2019
1919

2020
---
2121
# Use Azure Service Bus queues with Java to send and receive messages
2222
[!INCLUDE [service-bus-selector-queues](../../includes/service-bus-selector-queues.md)]
23-
In this tutorial, you learn how to create Java applications to send messages to and receive messages from a Service Bus queue.
23+
In this tutorial, you learn how to create Java applications to send messages to and receive messages from an Azure Service Bus queue.
2424

2525
> [!NOTE]
2626
> You can find Java samples on GitHub in the [azure-service-bus repository](https://github.com/Azure/azure-service-bus/tree/master/samples/Java).

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
@@ -15,14 +15,14 @@ ms.devlang: Java
1515
ms.topic: article
1616
ms.date: 04/15/2019
1717
ms.author: aschhab
18-
ms.custom: seo-java-july2019, seo-java-august2019
18+
ms.custom: seo-java-july2019, seo-java-august2019, seo-java-september2019
1919

2020
---
2121
# Use Service Bus topics and subscriptions with Java
2222

2323
[!INCLUDE [service-bus-selector-topics](../../includes/service-bus-selector-topics.md)]
2424

25-
In this quickstart, you write Java code to send messages to a Service Bus topic and then receive messages from subscriptions to that topic.
25+
In this quickstart, you write Java code to send messages to an Azure Service Bus topic and then receive messages from subscriptions to that topic.
2626

2727
## Prerequisites
2828

0 commit comments

Comments
 (0)