Skip to content

Commit 5238c63

Browse files
authored
Merge pull request #207807 from chenrujun/add-spring-cloud-azure-entry-in-azure-service-bus-related-page
Add spring cloud azure entry in azure service bus related page
2 parents d96b4e0 + 0f9e2a7 commit 5238c63

File tree

3 files changed

+23
-0
lines changed

3 files changed

+23
-0
lines changed

articles/service-bus-messaging/TOC.yml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,8 @@
3030
href: service-bus-dotnet-get-started-with-queues.md
3131
- name: Java (azure-messaging-servicebus)
3232
href: service-bus-java-how-to-use-queues.md
33+
- name: Spring
34+
href: /azure/developer/java/spring-framework/configure-spring-boot-starter-java-app-with-azure-service-bus?toc=/azure/service-bus-messaging/toc.json
3335
- name: Python (azure-servicebus)
3436
href: service-bus-python-how-to-use-queues.md
3537
- name: JavaScript (@azure/service-bus)
@@ -52,6 +54,8 @@
5254
href: service-bus-dotnet-how-to-use-topics-subscriptions.md
5355
- name: Java (azure-messaging-servicebus)
5456
href: service-bus-java-how-to-use-topics-subscriptions.md
57+
- name: Spring
58+
href: /azure/developer/java/spring-framework/configure-spring-boot-starter-java-app-with-azure-service-bus?toc=/azure/service-bus-messaging/toc.json
5559
- name: Python (azure-servicebus)
5660
href: service-bus-python-how-to-use-topics-subscriptions.md
5761
- name: JavaScript (@azure/service-bus)
@@ -301,6 +305,14 @@
301305
href: /java/api/com.azure.messaging.servicebus
302306
- name: azure-servicebus
303307
href: /java/api/com.microsoft.azure.servicebus
308+
- name: Spring
309+
items:
310+
- name: Spring JMS support
311+
href: /azure/developer/java/spring-framework/spring-cloud-azure?toc=/azure/service-bus-messaging/toc.json#spring-jms-support
312+
- name: Spring Integration with Azure Service Bus
313+
href: /azure/developer/java/spring-framework/spring-cloud-azure?toc=/azure/service-bus-messaging/toc.json#spring-integration-with-azure-service-bus
314+
- name: Spring Cloud Stream Binder for Azure Service Bus
315+
href: /azure/developer/java/spring-framework/spring-cloud-azure?toc=/azure/service-bus-messaging/toc.json#spring-cloud-stream-binder-for-azure-service-bus
304316
- name: Python
305317
items:
306318
- name: azure-servicebus version 7

articles/service-bus-messaging/index.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -73,6 +73,8 @@ landingContent:
7373
url: service-bus-dotnet-get-started-with-queues.md
7474
- text: Java
7575
url: service-bus-java-how-to-use-queues.md
76+
- text: Spring
77+
url: /azure/developer/java/spring-framework/configure-spring-boot-starter-java-app-with-azure-service-bus?toc=/azure/service-bus-messaging/toc.json
7678
- text: Node.js
7779
url: service-bus-nodejs-how-to-use-queues.md
7880
- text: Python
@@ -88,6 +90,8 @@ landingContent:
8890
url: service-bus-dotnet-how-to-use-topics-subscriptions.md
8991
- text: Java
9092
url: service-bus-java-how-to-use-topics-subscriptions.md
93+
- text: Spring
94+
url: /azure/developer/java/spring-framework/configure-spring-boot-starter-java-app-with-azure-service-bus?toc=/azure/service-bus-messaging/toc.json
9195
- text: Node.js
9296
url: service-bus-nodejs-how-to-use-topics-subscriptions.md
9397
- text: Python

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

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,13 @@ The Service Bus messaging samples demonstrate key features in [Service Bus messa
2323
| azure-messaging-servicebus (latest) | [Code samples](/samples/azure/azure-sdk-for-java/servicebus-samples/) |
2424
| azure-servicebus (legacy) | [GitHub location](https://github.com/Azure/azure-service-bus/tree/master/samples/Java) |
2525

26+
## Spring samples
27+
| Package | Samples location |
28+
|---------------------------------------------------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------|
29+
| spring-cloud-azure-starter-servicebus-jms | [GitHub location](https://github.com/Azure-Samples/azure-spring-boot-samples/tree/spring-cloud-azure_v4.3.0/servicebus/spring-cloud-azure-starter-servicebus-jms) |
30+
| spring-cloud-azure-starter-integration-servicebus | [GitHub location](https://github.com/Azure-Samples/azure-spring-boot-samples/tree/spring-cloud-azure_v4.3.0/servicebus/spring-cloud-azure-starter-integration-servicebus) |
31+
| spring-cloud-azure-stream-binder-servicebus | [GitHub location](https://github.com/Azure-Samples/azure-spring-boot-samples/tree/spring-cloud-azure_v4.3.0/servicebus/spring-cloud-azure-stream-binder-servicebus) |
32+
2633
## Python samples
2734
| Package | Samples location |
2835
| -------------------- | ----------------------- |

0 commit comments

Comments
 (0)