File tree 3 files changed +61
-0
lines changed 3 files changed +61
-0
lines changed Original file line number Diff line number Diff line change
1
+ ---
2
+ title : How to Manage RabbitMQ
3
+ ---
4
+ <!--
5
+ Copyright (c) 2024 Broadcom. All Rights Reserved. The term "Broadcom" refers
6
+ to Broadcom Inc. and/or its subsidiaries.
7
+
8
+ All rights reserved. This program and the accompanying materials
9
+ are made available under the terms of the under the Apache License,
10
+ Version 2.0 (the "License”); you may not use this file except in compliance
11
+ with the License. You may obtain a copy of the License at
12
+
13
+ https://www.apache.org/licenses/LICENSE-2.0
14
+
15
+ Unless required by applicable law or agreed to in writing, software
16
+ distributed under the License is distributed on an "AS IS" BASIS,
17
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
18
+ See the License for the specific language governing permissions and
19
+ limitations under the License.
20
+ -->
21
+
22
+ # How to Manage RabbitMQ
23
+
24
+ This section is mainly for ** administrators** who want to operate a single
25
+ RabbitMQ instance and clusters of RabbitMQ nodes. It provides documentation for
26
+ configuring and managing the RabbitMQ broker.
27
+
28
+ The next section, [ How to Monitor RabbitMQ] ( ./monitoring ) , is also useful to
29
+ setup monitoring RabbitMQ and the applications that use it.
Original file line number Diff line number Diff line change
1
+ ---
2
+ title : How to Use RabbitMQ
3
+ ---
4
+ <!--
5
+ Copyright (c) 2024 Broadcom. All Rights Reserved. The term "Broadcom" refers
6
+ to Broadcom Inc. and/or its subsidiaries.
7
+
8
+ All rights reserved. This program and the accompanying materials
9
+ are made available under the terms of the under the Apache License,
10
+ Version 2.0 (the "License”); you may not use this file except in compliance
11
+ with the License. You may obtain a copy of the License at
12
+
13
+ https://www.apache.org/licenses/LICENSE-2.0
14
+
15
+ Unless required by applicable law or agreed to in writing, software
16
+ distributed under the License is distributed on an "AS IS" BASIS,
17
+ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
18
+ See the License for the specific language governing permissions and
19
+ limitations under the License.
20
+ -->
21
+
22
+ # How to Use RabbitMQ
23
+
24
+ This section is mainly for ** developers** who are creating applications that
25
+ exchanges messages through RabbitMQ.
26
+
27
+ If you are new to RabbitMQ, you might want to start with [ Getting
28
+ Started] ( /tutorials ) . These tutorials will guide you on how to use RabbitMQ.
29
+ The rest of this section contains the reference documentation about RabbitMQ
30
+ features and use cases.
Original file line number Diff line number Diff line change @@ -124,6 +124,7 @@ const sidebars = {
124
124
{
125
125
type : 'category' ,
126
126
label : 'How to Use RabbitMQ' ,
127
+ link : { type : 'doc' , id : 'use-rabbitmq' } ,
127
128
items : [
128
129
{
129
130
type : 'category' ,
@@ -389,6 +390,7 @@ const sidebars = {
389
390
{
390
391
type : 'category' ,
391
392
label : 'How to Manage RabbitMQ' ,
393
+ link : { type : 'doc' , id : 'manage-rabbitmq' } ,
392
394
items : [
393
395
{
394
396
type : 'doc' ,
You can’t perform that action at this time.
0 commit comments