Skip to content

Commit 6b0a4e7

Browse files
committed
Revert change
1 parent 207fa29 commit 6b0a4e7

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

articles/service-bus-messaging/service-bus-performance-improvements.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@ ms.topic: article
1212
ms.date: 03/12/2020
1313
ms.author: aschhab
1414
---
15-
1615
# Best Practices for performance improvements using Service Bus Messaging
1716

1817
This article describes how to use Azure Service Bus to optimize performance when exchanging brokered messages. The first part of this article describes the different mechanisms that are offered to help increase performance. The second part provides guidance on how to use Service Bus in a way that can offer the best performance in a given scenario.
@@ -27,7 +26,7 @@ Service Bus enables clients to send and receive messages via one of three protoc
2726

2827
1. Advanced Message Queuing Protocol (AMQP)
2928
2. Service Bus Messaging Protocol (SBMP)
30-
3. Hypertext Transfer Protocol (HTTP)
29+
3. HTTP
3130

3231
AMQP is the most efficient, because it maintains the connection to Service Bus. It also implements batching and prefetching. Unless explicitly mentioned, all content in this article assumes the use of AMQP or SBMP.
3332

0 commit comments

Comments
 (0)