Skip to content

Commit 676e7e7

Browse files
Gerhard Lazugerhard
authored andcommitted
Remove links to queue-memory page
The content is now part of memory-use [#151650977] Signed-off-by: Daniil Fedotov <[email protected]>
1 parent 89f6d13 commit 676e7e7

File tree

4 files changed

+7
-9
lines changed

4 files changed

+7
-9
lines changed

site/admin-guide.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -181,6 +181,9 @@ limitations under the License.
181181
<h2>Message Store and Resource Management</h2>
182182

183183
<ul>
184+
<li>
185+
<a href="memory-use.html">Memory Usage</a>
186+
</li>
184187
<li>
185188
<a href="memory.html">Memory Management</a>
186189
</li>
@@ -202,9 +205,6 @@ limitations under the License.
202205
<li>
203206
<a href="maxlength.html">Queue Length Limits</a>
204207
</li>
205-
<li>
206-
<a href="queue-memory.html">Queue Memory</a>
207-
</li>
208208
<li>
209209
<a href="lazy-queues.html">Lazy Queues</a>
210210
</li>

site/documentation.xml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -248,6 +248,9 @@ limitations under the License.
248248
Message Store and Resource Management:
249249

250250
<ul>
251+
<li>
252+
<a href="memory-use.html">Memory Usage</a>
253+
</li>
251254
<li>
252255
<a href="memory.html">Memory Management</a>
253256
</li>
@@ -269,9 +272,6 @@ limitations under the License.
269272
<li>
270273
<a href="maxlength.html">Queue Length Limits</a>
271274
</li>
272-
<li>
273-
<a href="queue-memory.html">Queue Memory</a>
274-
</li>
275275
<li>
276276
<a href="lazy-queues.html">Lazy Queues</a>
277277
</li>

site/pages.xml.dat

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,9 +115,7 @@ limitations under the License.
115115
<x:page url="/networking.html" text="Networking"/>
116116
<x:page url="/memory-use.html" text="Memory Use">
117117
<x:related url="/lazy-queues.html"/>
118-
<x:related url="/queue-memory.html"/>
119118
</x:page>
120-
<x:page url="/queue-memory.html" text="Queue memory"/>
121119
<x:page url="/lazy-queues.html" text="Lazy Queues"/>
122120
<x:page url="/event-exchange.html" text="Internal Event Exchange"/>
123121
<x:page url="/firehose.html" text="Firehose (Message Tracing)"/>

site/queues.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -195,7 +195,7 @@ or when a certain amount of time passes (fraction of a second).
195195
[Lazy queues](/lazy-queues.html) page messages out to disk more aggressively
196196
regardless of their persistence property.
197197

198-
See [Memory Usage](/memory-use.html), [Alarms](/alarms.html), [Queue memory](/queue-memory.html)
198+
See [Memory Usage](/memory-use.html), [Alarms](/alarms.html)
199199
[Memory Alarms](http://localhost:8191/memory.html), [Free Disk Space Alarms](/disk-alarms.html),
200200
[Production Checklist](/production-checklist.html), and [Message Store Configuration](/persistence-conf.html)
201201
guide for details.

0 commit comments

Comments
 (0)