summaryrefslogtreecommitdiff
path: root/src/rabbit_amqqueue.erl
Commit message (Expand)AuthorAgeFilesLines
* Fix credit flow related HA queue regressionkjnilsson2020-10-061-0/+1
* Dialyzer fix for rabbit_amqqueue:deliver/2kjnilsson2020-10-051-1/+2
* Merge pull request #2459 from rabbitmq/restore-rabbit_amqqueue-deliverKarl Nilsson2020-10-051-1/+6
|\
| * Restore rabbit_amqqueue:deliver/2restore-rabbit_amqqueue-deliverPhilip Kuryloski2020-10-051-1/+6
* | Backwards compatibility fixeskjnilsson2020-10-051-0/+14
* | rabbit_amqqueue: Broaden the scope of the "cannot declare because disabled fe...Jean-Sébastien Pédron2020-10-051-1/+1
|/
* Stream Queuekjnilsson2020-09-301-532/+168
* Refer to running nodes using rabbit_nodes:all_running/0Michael Klishin2020-08-301-3/+3
* Maintenance mode: transfer leadership (primary replicas) of local CMQsMichael Klishin2020-07-141-1/+9
* Integrate node maintenance information into queue master locatorsMichael Klishin2020-07-141-0/+1
* Switch to Mozilla Public License 2.0 (MPL 2.0)dcorbacho2020-07-101-12/+3
* Exclude exclusive queues from list_local_mirrored_classic_without_synchronise...Michael Klishin2020-07-011-1/+11
* Format readable name as a binaryMichael Klishin2020-07-011-1/+1
* Introduce a function that checks if a node is the only one in its clusterMichael Klishin2020-07-011-3/+3
* Avoid using unfortunate terms in more placesMichael Klishin2020-06-261-1/+1
* Avoid using unfortunate terms in more placesMichael Klishin2020-06-261-9/+9
* Avoid using unfortunate terms in code comments and log messagesMichael Klishin2020-06-261-5/+5
* Fix several type specsJean-Sébastien Pédron2020-05-191-2/+2
* rabbit_amqqueue: Fix spec of list_local_mirrored_classic_without_synchronised...Jean-Sébastien Pédron2020-05-111-2/+4
* Update copyright (year 2020)Jean-Sébastien Pédron2020-03-101-1/+1
* More loggingMichael Klishin2020-03-071-0/+1
* Add test that should failLuke Bakken2020-03-061-5/+30
* Format pid correctlyAyanda Dube2020-02-081-1/+1
* WordingMichael Klishin2020-02-081-1/+1
* improve handling of absent queues assumed to be aliveAyanda Dube2020-02-081-1/+7
* Introduce rabbit_{exchange,amqqueue}:lookup_many/1Michael Klishin2020-02-021-1/+6
* Filter policies that cannot be applied to quorum queuesdcorbacho2020-01-141-0/+13
* (c) bumpMichael Klishin2019-12-291-1/+1
* Rename QQs to ClassicQsLuke Bakken2019-12-191-2/+2
* More support functions for rabbitmq/rabbitmq-cli#389Michael Klishin2019-12-191-1/+32
* Ensure list_local_quorum_queues workskjnilsson2019-12-121-4/+2
* rabbit_{amqueue,quorum_queue}: add several listing and sampling functionsMichael Klishin2019-12-121-6/+71
* Add format/1 for classic queues and totals/type_specific info for all typesdcorbacho2019-11-171-2/+23
* Formattingdcorbacho2019-10-301-1/+1
* Handle errors and timeouts in local queriesdcorbacho2019-10-301-7/+13
* Correctly pass Ra leader hereMichael Klishin2019-10-251-1/+2
* Make rabbit_amqueue:is_unresponsive/2 QQ awareMichael Klishin2019-10-251-1/+12
* Update core metrics with down statedcorbacho2019-10-171-1/+14
* Revert "Merge pull request #2136 from rabbitmq/mark-down-queue-core-metrics"Michael Klishin2019-10-171-14/+1
* Merge branch 'master' into mark-down-queue-core-metricsMichael Klishin2019-10-161-3/+8
|\
| * Ignore queue master locationdcorbacho2019-10-141-3/+8
* | Update core metrics with down statedcorbacho2019-10-101-1/+14
|/
* Queue master balancing: log the "no-op" case at info levelMichael Klishin2019-09-221-1/+1
* Fix queue type splitdcorbacho2019-09-171-1/+1
* Return number of queues per typedcorbacho2019-09-161-1/+5
* Refactor rebalance of mirrored and quorum queuesDiana Corbacho2019-09-131-0/+116
* rabbit_amqqueue: Return empty list in consumers/1 when the queue is goneJean-Sébastien Pédron2019-08-141-3/+4
* Only send force_event_refresh events to classic queuesMichael Klishin2019-08-131-1/+4
* Add marker rabbit_queue_type behaviourkjnilsson2019-08-071-11/+29
* Merge branch 'master' into management-only-apiMichael Klishin2019-07-081-2/+3
|\