summaryrefslogtreecommitdiff
path: root/deps/rabbit/src/rabbit_channel.erl
Commit message (Expand)AuthorAgeFilesLines
* Move plugin rabbitmq-message-timestamp to the coreDavid Ansari2023-05-151-1/+2
* Code formattingMichael Klishin2023-04-251-7/+7
* Fix a compilation warningMichael Klishin2023-04-251-2/+1
* Allow setting consumer timeout via queue policy/arg and as consumer arg. Clos...Iliia Khaprov2023-04-251-21/+55
* Merge pull request #7196 from rabbitmq/dialyzer-enable-WunkownMichael Klishin2023-02-141-1/+1
|\
| * Fix all dependencies for the dialyzerAlexey Lebedeff2023-02-131-1/+1
* | rabbit_nodes: Add list functions to clarify which nodes we are interested inJean-Sébastien Pédron2023-02-131-1/+1
|/
* Merge pull request #6821 from rabbitmq/rabbit-db-modulesJean-Sébastien Pédron2023-02-021-2/+2
|\
| * Unit test rabbit_db_* modules, spec and API updatesDiana Parra Corbacho2023-02-021-2/+2
* | Fix channel crash when draining AMQP 1.0 credits from classic queueKarl Nilsson2023-02-011-10/+20
|/
* Fix wrong and add missing type specsDavid Ansari2023-01-251-3/+1
* Unblock queue when it gets deletedDavid Ansari2023-01-241-6/+7
* Handle soft limit exceeded as queue actionDavid Ansari2023-01-241-11/+16
* Decrease memory usage of queue_type stateDavid Ansari2023-01-241-46/+5
* Emit statsDavid Ansari2023-01-241-1/+1
* Fix all dialyzer warnings in `rabbit`Alexey Lebedeff2023-01-241-7/+7
* Fix all dialyzer warnings in rabbitmq_streamAlexey Lebedeff2023-01-161-5/+0
* (c) year bump: 2022 => 2023Michael Klishin2023-01-011-1/+1
* Add log when channel stops with pending confirmsEthan Chauvin2022-11-291-1/+7
* Correctly decrease global counters in rabbit_channel:terminate/2Karl Nilsson2022-10-261-2/+7
* Yolo-replace format stringsLuke Bakken2022-10-101-41/+41
* Remove a one-linerLuke Bakken2022-10-061-3/+5
* Follow-up to #5486Luke Bakken2022-09-241-3/+3
* Introduce new queue type callback to check argument compatibiltyKarl Nilsson2022-07-251-2/+5
* Configure default queue type by vhostKarl Nilsson2022-07-251-1/+3
* Fix mixed version channel crashDavid Ansari2022-07-041-1/+3
* Delay generating the basic_message id (guid)Karl Nilsson2022-06-081-1/+1
* Avoid ETS lookup if no extra_bcc queue setDavid Ansari2022-05-111-7/+6
* Remove leftover compiler option for get_stacktracePéter Gömöri2022-05-031-4/+0
* Bump (c) yearMichael Klishin2022-03-211-1/+1
* Naming from #4305Michael Klishin2022-03-201-29/+42
* Fix a couple of typoArnaud Cogoluègnes2022-03-081-1/+1
* Route also to extra BCC queues when dead-letteringDavid Ansari2022-02-281-42/+10
* Add lqueue:get/2David Ansari2022-02-041-4/+4
* Allocate 2 bytes less per queue operationDavid Ansari2022-02-041-7/+1
* Fix performance regression when stream_queue feature is not enabledKarl Nilsson2022-02-011-26/+2
* Fix case where confirms may not be sentLoïc Hoguin2021-12-081-1/+1
* To deactivate limit of all QPids when the limiter has been changed from 'limi...tomyouyou2021-11-271-0/+10
* Do not count unroutable message in global totalsMichael Klishin2021-11-231-1/+1
* Use a pattern to filter out some queues from global statsdcorbacho2021-11-121-1/+1
* QQ: set better timeouts for commandsKarl Nilsson2021-11-081-0/+6
* Merge pull request #3576 from rabbitmq/coordinator-error-handlingMichael Klishin2021-10-211-0/+5
|\
| * Handling of `stream_not_found` return value when init a stream clientcoordinator-error-handlingdcorbacho2021-10-131-0/+5
* | Merge pull request #3582 from luos/channel-q-pid-leak-fix-v39xMichael Klishin2021-10-151-3/+5
|/
* Fix channel rate limiter for ack messagesArnaud Cogoluègnes2021-07-261-2/+2
* Use number of publishing channels as global publishers in amqp091dcorbacho2021-06-291-4/+18
* Gauges for global publishers & consumers metricsdcorbacho2021-06-291-0/+3
* Global counters per protocol + protocol AND queue_typeGerhard Lazu2021-06-221-31/+62
* "handle_method(#'queue.delete'{},_)" can not process the case "{error,{exit, ...tomyouyou2021-06-071-0/+3
* Correct type spec for infer_extra_bcc/1Michael Klishin2021-05-201-1/+1