Skip to content

Commit e6b9afb

Browse files
Merge pull request #8337 from rabbitmq/mergify/bp/v3.12.x/pr-8335
Emit only AMQP connections (backport #8335)
2 parents f33965e + 0dbc3cb commit e6b9afb

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)