@@ -13,7 +13,7 @@ metadata:
13
13
ms.collection : collection
14
14
author : spelluru # Required; your GitHub user alias, with correct capitalization.
15
15
ms.author : spelluru # Required; microsoft alias of author; optional team alias.
16
- ms.date : 01/11/2022 # Required; mm/dd/yyyy format.
16
+ ms.date : 01/13/2023 # Required; mm/dd/yyyy format.
17
17
18
18
# linkListType: architecture | concept | deploy | download | get-started | how-to-guide | learn | overview | quickstart | reference | tutorial | whats-new
19
19
@@ -27,6 +27,8 @@ landingContent:
27
27
links :
28
28
- text : What is Service Bus Messaging?
29
29
url : service-bus-messaging-overview.md
30
+ - text : Use Service Bus with JMS 2.0
31
+ url : how-to-use-java-message-service-20.md
30
32
- linkListType : concept
31
33
links :
32
34
- text : Compare Azure messaging services
@@ -35,6 +37,8 @@ landingContent:
35
37
url : service-bus-azure-and-service-bus-queues-compared-contrasted.md
36
38
- text : Queues, topics, and subscriptions
37
39
url : service-bus-queues-topics-subscriptions.md
40
+ - text : Premium messaging
41
+ url : service-bus-premium-messaging.md
38
42
- linkListType : architecture
39
43
links :
40
44
- text : Reference architecture for queues and events
@@ -53,6 +57,8 @@ landingContent:
53
57
url : service-bus-quickstart-powershell.md
54
58
- text : Azure Resource Manager template
55
59
url : service-bus-resource-manager-namespace-queue.md
60
+ - text : Bicep
61
+ url : service-bus-resource-manager-namespace-queue-bicep.md
56
62
57
63
# Card
58
64
- title : Create Service Bus topics and subscriptions
@@ -82,7 +88,7 @@ landingContent:
82
88
- text : PHP
83
89
url : service-bus-php-how-to-use-queues.md
84
90
# Card
85
- - title : Publish and subscribe for messages
91
+ - title : Publish and subscribe for messages - topics and subscriptions
86
92
linkLists :
87
93
- linkListType : quickstart
88
94
links :
@@ -99,6 +105,16 @@ landingContent:
99
105
- text : PHP
100
106
url : service-bus-php-how-to-use-topics-subscriptions.md
101
107
108
+ # Card
109
+ - title : Tutorials
110
+ linkLists :
111
+ - linkListType : tutorial
112
+ links :
113
+ - text : Update inventory using topics and subscriptions
114
+ url : service-bus-tutorial-topics-subscriptions-portal.md
115
+ - text : Handle Service Bus events using Logic Apps and Functions
116
+ url : service-bus-to-event-grid-integration-example.md
117
+
102
118
# Card
103
119
- title : Learn modules
104
120
linkLists :
@@ -113,6 +129,19 @@ landingContent:
113
129
- text : Enable asynchronous messaging in Java apps by using JMS and Azure Service Bus
114
130
url : /training/modules/cloud-scale-messaging-with-jms-service-bus/
115
131
132
+ # Card
133
+ - title : Use JMS with Service Bus
134
+ linkLists :
135
+ - linkListType : how-to-guide
136
+ links :
137
+ - text : Use JMS 2.0 with Service Bus
138
+ url : how-to-use-java-message-service-20.md
139
+ - text : JMS 2.0 entities to use with Service Bus
140
+ url : java-message-service-20-entities.md
141
+ - text : JMS developer guide
142
+ url : jms-developer-guide.md
143
+
144
+
116
145
# Card
117
146
- title : Monitor and manage
118
147
linkLists :
0 commit comments