Remove unused field in channel record.

This commit is contained in:
Karl Nilsson 2025-05-21 09:22:36 +01:00
parent 8199c0f401
commit 542c0fe512
1 changed files with 0 additions and 3 deletions

View File

@ -136,9 +136,6 @@
next_tag, next_tag,
%% messages pending consumer acknowledgement %% messages pending consumer acknowledgement
unacked_message_q, unacked_message_q,
%% queue processes are monitored to update
%% queue names
queue_monitors,
%% a map of consumer tags to %% a map of consumer tags to
%% consumer details: #amqqueue record, acknowledgement mode, %% consumer details: #amqqueue record, acknowledgement mode,
%% consumer exclusivity, etc %% consumer exclusivity, etc