Skip to content

Commit 8c84fd6

Browse files
committed
Emit only AMQP connections
Apparently added by mistake in #7981.
1 parent 34d0356 commit 8c84fd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/rabbit/src/rabbit_networking.erl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -523,7 +523,7 @@ emit_connection_info_all(Nodes, Items, Ref, AggregatorPid) ->
523523
emit_connection_info_local(Items, Ref, AggregatorPid) ->
524524
rabbit_control_misc:emitting_map_with_exit_handler(
525525
AggregatorPid, Ref, fun(Q) -> connection_info(Q, Items) end,
526-
connections_local() ++ local_non_amqp_connections()).
526+
connections_local()).
527527

528528
-spec close_connection(pid(), string()) -> 'ok'.
529529

0 commit comments

Comments
 (0)