Skip to content

Commit

Permalink
Resolve a conflict #10476 #10478
Browse files Browse the repository at this point in the history
  • Loading branch information
michaelklishin committed Feb 3, 2024
1 parent 3cec2e0 commit 9e5565b
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions deps/rabbit/src/rabbit_channel.erl
Original file line number Diff line number Diff line change
Expand Up @@ -2856,9 +2856,3 @@ maybe_decrease_global_publishers(#ch{publishing_mode = false}) ->
ok;
maybe_decrease_global_publishers(#ch{publishing_mode = true}) ->
rabbit_global_counters:publisher_deleted(amqp091).
<<<<<<< HEAD
=======

is_global_qos_permitted() ->
rabbit_deprecated_features:is_permitted(global_qos).
>>>>>>> a2ff5a0b7b (Check consumer size for clean strats)

0 comments on commit 9e5565b

Please sign in to comment.