summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Introduce rabbit_alarms:get_alarms/1Michael Klishin2020-10-051-4/+6
* Workaround for dialyzer errorPhilip Kuryloski2020-10-051-1/+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-053-3/+22
* | rabbit_core_ff: Declare that `stream_queue` depends on `quorum_queue`Jean-Sébastien Pédron2020-10-051-0/+1
* | amqqueue: Pass `Type` to amqqueue_v1:new/9Jean-Sébastien Pédron2020-10-051-1/+2
* | rabbit_amqqueue: Broaden the scope of the "cannot declare because disabled fe...Jean-Sébastien Pédron2020-10-051-1/+1
|/
* Fix queue master locator regressionkjnilsson2020-10-021-1/+1
* Quorum Queue reject publish bug fixkjnilsson2020-10-023-37/+34
* Fix crash bug when consumers are removedkjnilsson2020-10-023-22/+24
* Publish confirm fixeskjnilsson2020-10-011-22/+41
* Dialyzer fixstream-queuekjnilsson2020-09-301-1/+2
* Stream Queuekjnilsson2020-09-3028-1506/+4271
* Merge pull request #2456 from rabbitmq/lrb-fix-syslog-loggingMichael Klishin2020-09-301-1/+2
|\
| * configure_handler_backend/1: return a value expected by the callerMichael Klishin2020-09-301-1/+2
| * Use application:ensure_all_started/1 to start sysloglrb-fix-syslog-loggingMichael Klishin2020-09-291-1/+1
| * Explicitly start syslog applicationLuke Bakken2020-09-291-1/+1
* | Merge pull request #2451 from rabbitmq/qq-consumer-prioritiesMichael Klishin2020-09-292-25/+45
|\ \ | |/ |/|
| * Quorum queue consumer prioritiesqq-consumer-prioritieskjnilsson2020-09-252-25/+45
* | Merge pull request #2453 from rabbitmq/shrink-when-downMichael Klishin2020-09-291-0/+5
|\ \
| * | Pass stricter Dialyzer on OTP 23Michael Klishin2020-09-291-2/+0
| * | Shrink quorum queue must succeed if the target node is down or rabbit is stoppedshrink-when-downdcorbacho2020-09-251-0/+7
* | | Exclude consumers suspected as down from the consumer countdcorbacho2020-09-281-1/+4
| |/ |/|
* | Update rabbit_definitions:apply_defs specs to feature returned errorsMichael Klishin2020-09-241-5/+5
|/
* Make it easy to close all connections on a nodeMichael Klishin2020-09-241-1/+8
* rabbit_fifo: type the messages lqueueqq-peek-commandkjnilsson2020-09-221-1/+1
* Quorum Queue Peek commandkjnilsson2020-09-224-16/+105
* Merge pull request #2448 from rabbitmq/reclaim-qq-memoryMichael Klishin2020-09-203-4/+48
|\
| * Change a log message to be more accuratereclaim-qq-memoryMichael Klishin2020-09-182-3/+3
| * Quorum queue: API to reclaim quorum memorydcorbacho2020-09-162-2/+46
* | quorum_queue_SUITE test reliabilitykjnilsson2020-09-171-1/+0
* | Revert unintentional assertionlrb-revert-unintentional-assertionLuke Bakken2020-09-161-7/+7
|/
* Merge pull request #2407 from rabbitmq/qq-reject-publishKarl Nilsson2020-09-157-347/+2762
|\
| * Add a couple of more fields to overviewkjnilsson2020-09-071-1/+4
| * rabbit_fifo: lower min snapshot intervalkjnilsson2020-09-072-19/+17
| * Quorum queue 'Queue TTL' support.kjnilsson2020-09-073-138/+176
| * Add some unused fields to rabbit_fifo recordskjnilsson2020-09-071-6/+11
| * rabbit_fifo: convert enqueuerskjnilsson2020-09-071-1/+8
| * fix typokjnilsson2020-09-071-1/+1
| * Better handle version checkkjnilsson2020-09-071-1/+1
| * Skip more testskjnilsson2020-09-071-1/+0
| * Test fixeskjnilsson2020-09-072-10/+10
| * Make some test suite 3 node instead of 2kjnilsson2020-09-072-25/+29
| * test fixeskjnilsson2020-09-072-2/+20
| * Remove debug log statementkjnilsson2020-09-071-6/+2
| * Implement reject_publish for QQskjnilsson2020-09-074-117/+295
| * Leave release cursors as they arekjnilsson2020-09-071-6/+1
| * rabbit_fifo: convert statekjnilsson2020-09-073-26/+69