Skip to content

Commit e5ee268

Browse files
authored
Merge pull request #313147 from spelluru/doc-kit-test
docs: Update Service Bus overview for freshness and accuracy
2 parents b9d7bcd + b104ad0 commit e5ee268

2 files changed

Lines changed: 8 additions & 9 deletions

File tree

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

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -85,9 +85,9 @@ Service Bus also has advanced features that enable you to solve more complex mes
8585

8686
To realize a first-in, first-out (**FIFO**) guarantee in processing messages in Service Bus queues or subscriptions, use sessions. You can also use sessions to implement request-response patterns. The **request-response pattern** enables the sender application to send a request and provides a way for the receiver to correctly send a response back to the sender application. For more information, see [Message sessions](message-sessions.md).
8787

88-
### Auto-forwarding
88+
### Autoforwarding
8989

90-
The **Auto-forwarding** feature enables you to chain a queue or subscription to another queue or topic that is part of the same namespace. When you enable auto-forwarding, Service Bus automatically removes messages that are placed in the first queue or subscription (source) and puts them in the second queue or topic (destination). For more information, see [Chaining Service Bus entities with auto-forwarding](service-bus-auto-forwarding.md).
90+
The **autoforwarding** feature enables you to chain a queue or subscription to another queue or topic that is part of the same namespace. When you enable autoforwarding, Service Bus automatically removes messages that are placed in the first queue or subscription (source) and puts them in the second queue or topic (destination). For more information, see [Chaining Service Bus entities with autoforwarding](service-bus-auto-forwarding.md).
9191

9292
### Dead-lettering
9393

@@ -169,6 +169,6 @@ Service Bus fully integrates with many Microsoft and Azure services, such as:
169169
To get started using Service Bus messaging, see the following articles:
170170

171171
- [Service Bus queues, topics, and subscriptions](service-bus-queues-topics-subscriptions.md)
172-
- Quickstarts: [.NET](service-bus-dotnet-get-started-with-queues.md), [Java](service-bus-java-how-to-use-queues.md), [JMS](service-bus-java-how-to-use-jms-api-amqp.md), or [NServiceBus](build-message-driven-apps-nservicebus.md)
172+
- Quickstarts: [.NET](service-bus-dotnet-get-started-with-queues.md), [Java](service-bus-java-how-to-use-queues.md), [JMS 2.0](how-to-use-java-message-service-20.md), or [NServiceBus](build-message-driven-apps-nservicebus.md)
173173
- [Service Bus pricing](https://azure.microsoft.com/pricing/details/service-bus/).
174174
- [Premium Messaging](service-bus-premium-messaging.md).

includes/messaging-oss-amqp-stacks.md

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,17 +4,16 @@ description: include file
44
author: clemensv
55
ms.service: azure-service-bus
66
ms.topic: include
7-
ms.date: 11/24/2020
7+
ms.date: 03/13/2026
88
ms.author: clemensv
99
---
1010

1111
| Language | Library |
1212
| --- | --- |
1313
| Java | [Apache Qpid Proton-J](https://qpid.apache.org/proton/index.html) |
14-
| C/C++ |[Azure uAMQP C](https://github.com/azure/azure-uamqp-c/), [Apache Qpid Proton-C](https://qpid.apache.org/proton/index.html) |
15-
| Python |[Azure uAMQP for Python](https://github.com/azure/azure-uamqp-python/), [Apache Qpid Proton Python](https://qpid.apache.org/releases/qpid-proton-0.39.0/proton/python/docs/index.html#)) |
16-
| PHP | [Azure uAMQP for PHP](https://github.com/vsouz4/azure-uamqp-php/) |
14+
| C/C++ | [Azure uAMQP C](https://github.com/azure/azure-uamqp-c/), [Apache Qpid Proton-C](https://qpid.apache.org/proton/index.html) |
15+
| Python | [Apache Qpid Proton Python](https://qpid.apache.org/proton/python/docs/index.html) |
1716
| Ruby | [Apache Qpid Proton Ruby](https://github.com/apache/qpid-proton/tree/master/ruby) |
18-
| Go | [Azure Go AMQP](https://github.com/Azure/go-amqp), [Apache Qpid Proton Go](https://github.com/apache/qpid-proton/tree/master/go/examples)
19-
| C#/F#/VB | [AMQP .NET Lite](https://github.com/Azure/amqpnetlite), [Apache NMS AMQP](https://github.com/apache/activemq-nms-amqp)|
17+
| Go | [Azure Go AMQP](https://github.com/Azure/go-amqp), [Apache Qpid Proton Go](https://github.com/apache/qpid-proton/tree/master/go/examples) |
18+
| C#/F#/VB | [AMQP .NET Lite](https://github.com/Azure/amqpnetlite), [Apache NMS AMQP](https://github.com/apache/activemq-nms-amqp) |
2019
| JavaScript/Node | [Rhea](https://github.com/amqp/rhea) |

0 commit comments

Comments
 (0)