summaryrefslogtreecommitdiff
path: root/src/rabbit_channel.erl
Commit message (Expand)AuthorAgeFilesLines
* Deleted queue should not crash channelkjnilsson2020-10-071-10/+25
* Backwards compatibilty fixeskjnilsson2020-10-071-3/+6
* Fix credit flow related HA queue regressionkjnilsson2020-10-061-1/+3
* Backwards compatibility fixeskjnilsson2020-10-051-2/+4
* Quorum Queue reject publish bug fixkjnilsson2020-10-021-16/+13
* Fix crash bug when consumers are removedkjnilsson2020-10-021-18/+14
* Stream Queuekjnilsson2020-09-301-376/+318
* Make some test suite 3 node instead of 2kjnilsson2020-09-071-2/+3
* Refer to running nodes using rabbit_nodes:all_running/0Michael Klishin2020-09-021-3/+2
* Add timeout to rpc:multicall usageLuke Bakken2020-08-281-2/+5
* Switch to Mozilla Public License 2.0 (MPL 2.0)dcorbacho2020-07-101-12/+3
* Move rabbit_channel config value to config recordkjnilsson2020-03-311-13/+13
* Update copyright (year 2020)Jean-Sébastien Pédron2020-03-101-1/+1
* Avoid using erlang:get_stacktrace/0 for improved OTP 23/24 compatMichael Klishin2020-02-271-2/+2
* Reformatted #2197 by @nyczol, references #2199Michael Klishin2019-12-291-1/+4
* (c) bumpMichael Klishin2019-12-291-1/+1
* rabbit.gc_threshold => rabbit.writer_gc_threshold, references #2182Michael Klishin2019-12-241-5/+5
* make garbage collector threshold configurableANycz2019-12-111-8/+14
* rabbit_channel: Restore start_link/11 for backward compatibilityJean-Sébastien Pédron2019-11-261-1/+12
* Remove log statementArnaud Cogoluègnes2019-11-251-2/+1
* Continuation to #2169 by @velimirMichael Klishin2019-11-231-22/+18
* avoid synchronous call to a connection process from a channel processGrigory Starinkin2019-11-201-106/+77
* Optimise QQ memory usekjnilsson2019-10-111-1/+6
* Fix regression where queue exchange rates were too highkjnilsson2019-09-251-3/+3
* Dialyzer fixeskjnilsson2019-08-061-1/+0
* Add get empty counter to quorum queuesDiana Corbacho2019-08-021-0/+1
* Merge pull request #2050 from rabbitmq/oauth2-credential-expiration-supportArnaud Cogoluègnes2019-07-041-7/+26
|\
| * When permissions can expire, clear cache on periodic ticksMichael Klishin2019-07-031-30/+18
| * Avoid permission cache when at least one backend supports credential expirationMichael Klishin2019-07-021-15/+33
| * Propagate updated user/authn/authz state to channelsMichael Klishin2019-06-241-5/+18
* | Remove deprecation of force_event_refresh messageLuke Bakken2019-07-011-2/+6
|/
* Merge branch 'master' into rabbitmq-server-1767-protocol-specific-ctx-in-auth...Michael Klishin2019-06-071-2/+11
|\
| * Handle rejected queues on confirm.queue_confirm_refactorDaniil Fedotov2019-06-041-2/+3
| * Add channel info for pending raft commandskjnilsson2019-06-041-0/+8
* | Be more tolerant in rabbit_channel:get_amqp_params/2Arnaud Cogoluègnes2019-06-071-1/+2
* | Propagate protocol-specific context to authorizationArnaud Cogoluègnes2019-05-291-32/+42
|/
* Adapt clause in notify_limiter to consumer timeout changesArnaud Cogoluègnes2019-05-151-2/+2
* CosmeticsMichael Klishin2019-05-131-1/+1
* CosmeticsMichael Klishin2019-05-131-4/+4
* Change publisher confirms behaviour to reject messages if no queues confirmed.Daniil Fedotov2019-05-101-35/+80
* Log consumer timeout as a warningMichael Klishin2019-05-031-4/+4
* When consumer hits an ack timeout, log timeout value usedMichael Klishin2019-05-031-3/+3
* formattingkjnilsson2019-05-011-1/+1
* Always close channel on consumer timeoutkjnilsson2019-05-011-42/+5
* Merge pull request #1988 from rabbitmq/rabbitmq-server-1904Michael Klishin2019-04-251-2/+10
|\
| * Increment drop_unroutable un deliver_to_queues/2Michael Klishin2019-04-241-1/+2
| * Track messages that were not routed anywhere and also not published as mandatoryMichael Klishin2019-04-231-1/+8
* | spellingkjnilsson2019-04-231-7/+7
* | Move consumer timeout handlerkjnilsson2019-04-231-61/+63
* | Cancel tick timer if there are no pending ackskjnilsson2019-04-231-10/+37