Skip to content

Commit aa3d59f

Browse files
committed
Terminate management receive loop when idle
Applications are likely to configure their topology when they start and modify it sporadically at best during the application lifetime. Terminating the receive loop saves a thread. There is now a dedicated, non-configurable thread pool for management instances. (cherry picked from commit abb53e3)
1 parent 591a413 commit aa3d59f

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

0.1.0-SNAPSHOT/htmlsingle/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -655,7 +655,7 @@
655655
<h1>RabbitMQ AMQP 1.0 Java Client</h1>
656656
<div class="details">
657657
<span id="revnumber">version 0.1.0-SNAPSHOT</span>
658-
<br><span id="revremark">(833672d)</span>
658+
<br><span id="revremark">(114da37)</span>
659659
</div>
660660
<div id="toc" class="toc2">
661661
<div id="toctitle">Table of Contents</div>
@@ -2213,7 +2213,7 @@ <h4 id="observability-metrics-publish-observation"><a class="anchor" href="#obse
22132213
<div id="footer">
22142214
<div id="footer-text">
22152215
Version 0.1.0-SNAPSHOT<br>
2216-
Last updated 2024-09-04 09:24:24 UTC
2216+
Last updated 2024-09-04 15:20:06 UTC
22172217
</div>
22182218
</div>
22192219
</body>

snapshot/htmlsingle/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -655,7 +655,7 @@
655655
<h1>RabbitMQ AMQP 1.0 Java Client</h1>
656656
<div class="details">
657657
<span id="revnumber">version 0.1.0-SNAPSHOT</span>
658-
<br><span id="revremark">(833672d)</span>
658+
<br><span id="revremark">(114da37)</span>
659659
</div>
660660
<div id="toc" class="toc2">
661661
<div id="toctitle">Table of Contents</div>
@@ -2213,7 +2213,7 @@ <h4 id="observability-metrics-publish-observation"><a class="anchor" href="#obse
22132213
<div id="footer">
22142214
<div id="footer-text">
22152215
Version 0.1.0-SNAPSHOT<br>
2216-
Last updated 2024-09-04 09:24:24 UTC
2216+
Last updated 2024-09-04 15:20:06 UTC
22172217
</div>
22182218
</div>
22192219
</body>

0 commit comments

Comments
 (0)