forked from Particular/docs.particular.net
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathmenu.yaml
261 lines (261 loc) · 10.7 KB
/
menu.yaml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
-
Name: "NServiceBus"
Topics:
-
Name: "getting-started"
Title: "Getting Started"
Articles:
- "nservicebus/overview"
- "samples/step-by-step"
- "nservicebus/architectural-principles"
- "nservicebus/transactions-message-processing"
- "nservicebus/nservicebus-and-wcf"
- "nservicebus/nservicebus-and-websphere-sonic"
- "nservicebus/nservicebus-and-biztalk"
- "nservicebus/no-dtc"
-
Name: "publish-subscribe"
Title: "Publish Subscribe"
Articles:
- "nservicebus/how-pub-sub-works"
- "nservicebus/publish-subscribe-configuration"
-
Name: "scaling-out"
Title: "Scaling Out"
Articles:
- "nservicebus/performance"
- "nservicebus/the-gateway-and-multi-site-distribution"
- "nservicebus/load-balancing-with-the-distributor"
- "nservicebus/introduction-to-the-gateway"
- "nservicebus/deploying-nservicebus-in-a-windows-failover-cluster"
- "nservicebus/using-multiple-azure-storage-accounts-for-scaleout"
- "nservicebus/individualizing-queues-when-scaling-out"
-
Name: "transports"
Title: "Transports"
Articles:
- "nservicebus/msmq-information"
- "nservicebus/sqlserver/design"
- "nservicebus/rabbitmq/configuration-api"
- "nservicebus/using-azure-servicebus-as-transport-in-nservicebus"
- "nservicebus/using-azure-storage-queues-as-transport-in-nservicebus"
-
Name: "persistence-in-nservicebus"
Title: "Persistence In NServiceBus"
Articles:
- "nservicebus/persistence-in-nservicebus"
- "nservicebus/using-ravendb-in-nservicebus-installing"
- "nservicebus/using-ravendb-in-nservicebus-connecting"
- "nservicebus/relational-persistence-using-nhibernate"
- "nservicebus/unit-of-work-in-nservicebus"
- "nservicebus/unit-of-work-implementation-for-ravendb"
- "nservicebus/ravendb/version-compatibility"
- "nservicebus/ravendb/how-to-change-resourcemanagerid"
- "nservicebus/persistence-order"
-
Name: "long-running-processes"
Title: "Long Running Processes"
Articles:
- "nservicebus/sagas-in-nservicebus"
- "nservicebus/nservicebus-sagas-and-concurrency"
-
Name: "day-to-day"
Title: "Day To Day"
Articles:
- "nservicebus/containers"
- "nservicebus/nservicebus-support-for-child-containers"
- "nservicebus/logging-in-nservicebus"
- "nservicebus/logging-message-contents"
- "nservicebus/logging-filtering"
- "nservicebus/logging-profiles"
- "nservicebus/logging-writing"
- "nservicebus/messages-as-interfaces"
- "nservicebus/introducing-ievent-and-icommand"
- "nservicebus/staying-updated-with-nuget"
- "nservicebus/unobtrusive-mode-messages"
- "nservicebus/unit-testing"
- "nservicebus/one-way-send-only-endpoints"
- "nservicebus/scheduling-with-nservicebus"
- "nservicebus/second-level-retries"
- "nservicebus/nservicebus-installers"
- "nservicebus/managing-nservicebus-using-powershell"
- "nservicebus/connection-strings-samples"
-
Name: "hosting"
Title: "Hosting"
Articles:
- "nservicebus/the-nservicebus-host"
- "nservicebus/hosting-nservicebus-in-your-own-process"
- "nservicebus/profiles-for-nservicebus-host"
- "nservicebus/more-on-profiles"
- "nservicebus/nservicebus-32-bit-x86-host-process"
- "nservicebus/hosting-nservicebus-in-your-own-process-v4.x"
-
Name: "cloud-hosting"
Title: "Cloud Hosting"
Articles:
- "nservicebus/hosting-nservicebus-in-windows-azure"
- "nservicebus/windows-azure-transport"
- "nservicebus/understanding-transactions-in-windows-azure"
- "nservicebus/using-multiple-azure-storage-accounts-for-scaleout"
-
Name: "management-and-monitoring"
Title: "Management And Monitoring"
Articles:
- "nservicebus/monitoring-nservicebus-endpoints"
- "nservicebus/msmq-information"
- "nservicebus/auditing-with-nservicebus"
- "nservicebus/subscribing-to-push-based-error-notifications"
- "nservicebus/disconnect-workers-from-running-distributor"
-
Name: "customization"
Title: "Customization"
Articles:
- "nservicebus/customizing-nservicebus-configuration"
- "nservicebus/pipeline-management-using-message-mutators"
- "nservicebus/override-hostid"
- "nservicebus/nservicebus-pipeline-intro"
- "nservicebus/fluent-config-api-v3-v4"
- "nservicebus/fluent-config-api-v3-v4-intro"
- "nservicebus/handler-ordering"
- "nservicebus/express-messages"
- "nservicebus/message-headers"
- "nservicebus/databus"
-
Name: "versioning"
Title: "Versioning"
Articles:
- "nservicebus/migrating-to-nservicebus-3.0-timeouts"
-
Name: "faq"
Title: "Faq"
Articles:
- "nservicebus/msmqtransportconfig"
- "nservicebus/how-do-i-define-a-message"
- "nservicebus/using-the-in-memory-bus"
- "nservicebus/how-do-i-discard-old-messages"
- "nservicebus/how-do-i-send-a-message"
- "nservicebus/how-do-i-specify-to-which-destination-a-message-will-be-sent"
- "nservicebus/viewing-message-content-in-msmq"
- "nservicebus/how-do-i-handle-a-message"
- "nservicebus/how-do-i-get-a-reference-to-ibus-in-my-message-handler"
- "nservicebus/how-do-i-reply-to-a-message"
- "nservicebus/how-do-i-handle-responses-on-the-client-side"
- "nservicebus/how-to-pub-sub-with-NServiceBus"
- "nservicebus/how-do-i-handle-exceptions"
- "nservicebus/how-do-i-expose-an-nservicebus-endpoint-as-a-web-wcf-service"
- "nservicebus/type-was-not-registered-in-the-serializer"
- "nservicebus/messagequeueexception-insufficient-resources-to-perform-operation"
- "nservicebus/how-to-specify-your-input-queue-name"
- "nservicebus/in-a-distributor-scenario-what-happens-to-the-message-if-a-worker-goes-down"
- "nservicebus/no-endpoint-configuration-found-in-scanned-assemblies-exception"
- "nservicebus/dtcping-warning-the-cid-values-for-both-test-machines-are-the-same"
- "nservicebus/why-you-can-t-use-nlb-with-msmq"
- "nservicebus/configuring-aws-for-nservicebus"
- "nservicebus/licensing-and-distribution"
- "nservicebus/how-to-debug-ravendb-through-fiddler-using-nservicebus"
- "nservicebus/how-do-i-centralize-all-unobtrusive-declarations"
- "nservicebus/definingmessagesas-and-definingeventsas-when-starting-endpoint"
- "nservicebus/how-to-reduce-throughput-of-an-endpoint"
- "nservicebus/invalidoperationexception-in-unobtrusive-mode"
- "nservicebus/license-management"
- "nservicebus/preparing-your-machine-to-run-nservicebus"
- "nservicebus/running-nservicebus-on-windows"
- "nservicebus/encryption"
- "nservicebus/how-do-i-specify-time-to-wait-before-raising-critical-exception-for-timeout-outages"
- "nservicebus/how-to-register-a-custom-serializer"
- "nservicebus/gateway-service-point-manager"
- "nservicebus/plugin-custom-databus"
- "nservicebus/property-injection-in-handlers"
-
Name: "ServiceMatrix"
Topics:
-
Name: "getting-started"
Title: "Getting Started"
Articles:
- "servicematrix/installing-servicematrix-2.0"
- "servicematrix/getting-started-with-servicematrix-2.0"
- "servicematrix/getting-started-with-nservicebus-using-servicematrix-2.0-fault-tolerance"
- "servicematrix/getting-started-with-nservicebus-using-servicematrix-2.0-publish-subscribe"
- "servicematrix/servicematrix-serviceinsight"
- "servicematrix/getting-started-sagasfullduplex-2.0"
-
Name: "using-servicematrix"
Title: "Using ServiceMatrix"
Articles:
- "servicematrix/customizing-extending"
- "servicematrix/servicematrix-persistence"
- "servicematrix/licensing-servicematrix-v2.0"
- "servicematrix/troubleshooting-servicematrix-2.0"
-
Name: "version-1.0"
Title: "Version 1.0"
Articles:
- "servicematrix/getting-started-creating-a-new-project-servicematrix-1.0"
- "servicematrix/getting-started-fault-tolerance-servicematrix-1.0"
- "servicematrix/getting-started-publish-subscribe-communication-servicematrix-1.0"
-
Name: "ServiceInsight"
Topics:
-
Name: "getting-started"
Title: "Getting Started"
Articles:
- "serviceinsight/getting-started-overview"
- "serviceinsight/application-invocation"
- "serviceinsight/how-logging-works"
-
Name: "ServicePulse"
Topics:
-
Name: "introduction"
Title: "Introduction"
Articles:
- "servicepulse/introduction-and-installing-servicepulse"
- "servicepulse/monitoring-nservicebus-endpoints"
- "servicepulse/intro-endpoints-heartbeats"
- "servicepulse/intro-failed-messages"
- "servicepulse/intro-endpoints-custom-checks"
- "servicepulse/event-types"
-
Name: "configuration"
Title: "Configuration"
Articles:
- "servicepulse/how-to-configure-endpoints-for-monitoring"
- "servicepulse/how-to-develop-custom-checks"
- "servicepulse/install-servicepulse-in-iis"
- "servicepulse/troubleshooting"
-
Name: "ServiceControl"
Topics:
-
Name: "configuration"
Title: "Configuration"
Articles:
- "servicecontrol/installation"
- "servicecontrol/creating-config-file"
- "servicecontrol/multi-transport-support"
- "servicecontrol/configure-ravendb-location"
- "servicecontrol/customize-name-and-description"
- "servicecontrol/setting-custom-hostname"
- "servicecontrol/setting-custom-log-location"
- "servicecontrol/plugins"
- "servicecontrol/heartbeat-configuration"
- "servicecontrol/errorlog-auditlog-behavior"
-
Name: "management"
Title: "Management"
Articles:
- "servicecontrol/securing-servicecontrol"
- "servicecontrol/capacity-and-planning"
- "servicecontrol/how-purge-expired-data"
- "servicecontrol/use-ravendb-studio"
- "servicecontrol/backup-sc-database"
- "servicecontrol/configure-non-privileged-service-account"
- "servicecontrol/multi-instances-on-one-host"
-
Name: "troubleshooting"
Title: "Troubleshooting"
Articles:
- "servicecontrol/troubleshooting"