Skip to content

Commit 8b71052

Browse files
committed
freshness & acrolynx update
1 parent d19b73e commit 8b71052

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

articles/service-bus-messaging/service-bus-amqp-overview.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
title: Overview of AMQP 1.0 in Azure Service Bus
33
description: Learn how Azure Service Bus supports Advanced Message Queuing Protocol (AMQP), an open standard protocol.
44
ms.topic: article
5-
ms.date: 04/08/2021
5+
ms.date: 05/31/2022
66
---
77

88
# Advanced Message Queueing Protocol (AMQP) 1.0 support in Service Bus

articles/service-bus-messaging/service-bus-amqp-protocol-guide.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -199,7 +199,7 @@ The arrows in the following table show the performative flow direction.
199199

200200
The following sections explain which properties from the standard AMQP message sections are used by Service Bus and how they map to the Service Bus API set.
201201

202-
Any property that application needs to defines should be mapped to AMQP's `application-properties` map.
202+
Any property that application needs to define should be mapped to AMQP's `application-properties` map.
203203

204204
#### header
205205

@@ -242,7 +242,7 @@ There are few other service bus message properties, which aren't part of AMQP me
242242
| x-opt-sequence-number | Service-defined unique number assigned to a message. | [SequenceNumber](/dotnet/api/microsoft.servicebus.messaging.brokeredmessage.sequencenumber) |
243243
| x-opt-offset | Service-defined enqueued sequence number of the message. | [EnqueuedSequenceNumber](/dotnet/api/microsoft.servicebus.messaging.brokeredmessage.enqueuedsequencenumber) |
244244
| x-opt-locked-until | Service-defined. The date and time until which the message will be locked in the queue/subscription. | [LockedUntilUtc](/dotnet/api/microsoft.servicebus.messaging.brokeredmessage.lockeduntilutc) |
245-
| x-opt-deadletter-source | Service-Defined. If the message is received from dead letter queue, the source of the original message. | [DeadLetterSource](/dotnet/api/microsoft.servicebus.messaging.brokeredmessage.deadlettersource) |
245+
| x-opt-deadletter-source | Service-Defined. If the message is received from dead letter queue, it represents the source of the original message. | [DeadLetterSource](/dotnet/api/microsoft.servicebus.messaging.brokeredmessage.deadlettersource) |
246246

247247
### Transaction capability
248248

@@ -314,7 +314,7 @@ This section covers advanced capabilities of Azure Service Bus that are based on
314314
315315
### AMQP management
316316

317-
The AMQP management specification is the first of the draft extensions discussed in this article. This specification defines a set of protocols layered on top of the AMQP protocol that allow management interactions with the messaging infrastructure over AMQP. The specification defines generic operations such as *create*, *read*, *update*, and *delete* for managing entities inside a messaging infrastructure and a set of query operations.
317+
The AMQP management specification is the first of the draft extensions discussed in this article. This specification defines a set of protocols layered on top of the AMQP protocol that allows management interactions with the messaging infrastructure over AMQP. The specification defines generic operations such as *create*, *read*, *update*, and *delete* for managing entities inside a messaging infrastructure and a set of query operations.
318318

319319
All those gestures require a request/response interaction between the client and the messaging infrastructure, and therefore the specification defines how to model that interaction pattern on top of AMQP: the client connects to the messaging infrastructure, initiates a session, and then creates a pair of links. On one link, the client acts as sender and on the other it acts as receiver, thus creating a pair of links that can act as a bi-directional channel.
320320

0 commit comments

Comments
 (0)