summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1782 from rabbitmq/qq-confirm-availabilityD Corbacho2018-12-054-92/+245
|\
| * rabbit_channel: revert changes to IS_QUORUM macrokjnilsson2018-12-041-1/+1
| * uncomment commented gc callkjnilsson2018-12-041-1/+1
| * Better handle changing quorum queue leaderskjnilsson2018-12-044-64/+114
| * Notify all enqueuers and consuers on leader changekjnilsson2018-12-042-26/+89
| * rabbit_fifo: ensure credit is regainedkjnilsson2018-12-041-19/+41
| * Use correct key for recording quorum queue confirmskjnilsson2018-12-044-21/+39
* | Merge pull request #1774 from noxdafox/masterMichael Klishin2018-12-052-32/+37
|\ \ | |/ |/|
| * Merge branch 'master' of github.com:rabbitmq/rabbitmq-serverMatteo Cafasso2018-11-2423-348/+4027
| |\
| * | rabbit_mirror_queue_master: is_duplicate drop duplicate messagesMatteo Cafasso2018-11-241-3/+3
| * | rabbit_amqqueue_process: handle is_duplicate instructionsMatteo Cafasso2018-11-231-29/+34
* | | Merge pull request #1788 from rabbitmq/delivery-count-headerKarl Nilsson2018-12-043-3/+20
|\ \ \
| * | | Rename x-redelivery-count to x-delivery-count to align with AMQP1.0Diana Corbacho2018-12-042-2/+2
| * | | Add x-redelivery-count header to quorum messagesDiana Corbacho2018-11-293-3/+20
* | | | Optimise quorum_queue SUITEkjnilsson2018-12-031-4/+6
* | | | Merge pull request #1764 from rabbitmq/qq-dlx-policyKarl Nilsson2018-12-034-18/+39
|\ \ \ \
| * \ \ \ Merge branch 'master' into qq-dlx-policyDiana Corbacho2018-11-229-202/+92
| |\ \ \ \ | | | |_|/ | | |/| |
| * | | | Rename ra_machine_state to ra_machine_configDiana Corbacho2018-11-081-3/+3
| * | | | Support dlx policy changes in quorum queuesDiana Corbacho2018-11-074-18/+39
* | | | | Merge pull request #1772 from rabbitmq/memory-breakdown-qqKarl Nilsson2018-12-031-4/+12
|\ \ \ \ \
| * | | | | Add comment about not all ra servers being queueskjnilsson2018-12-031-0/+2
| * | | | | Report quorum queues memory usage in rabbit_vmDiana Corbacho2018-11-211-4/+10
| | |/ / / | |/| | |
* | | | | Merge pull request #1771 from rabbitmq/return-unack-any-down-reasonKarl Nilsson2018-12-031-10/+49
|\ \ \ \ \ | |_|_|/ / |/| | | |
| * | | | remove unused variablekjnilsson2018-12-031-1/+1
| * | | | Ensure delivery doesn't happen when consumers are suspected downDiana Corbacho2018-12-031-3/+20
| * | | | Return delivered but unack messages to the queeu for noconnection reasonDiana Corbacho2018-12-031-8/+30
| |/ / /
* | | | Add method to set log level at runtimeLuke Bakken2018-11-271-1/+29
|/ / /
* | | Merge pull request #1765 from rabbitmq/remove-dead-letter-processKarl Nilsson2018-11-215-160/+14
|\ \ \
| * | | Remove dead letter processDiana Corbacho2018-11-085-160/+14
* | | | Garbage collect after vhost recoverykjnilsson2018-11-201-0/+1
* | | | Quorum queue: Run cancel_consumer handler asynckjnilsson2018-11-203-28/+29
* | | | Merge pull request #1761 from rabbitmq/quorum-data-cleanupMichael Klishin2018-11-172-4/+39
|\ \ \ \ | |/ / / |/| | |
| * | | WordingMichael Klishin2018-11-171-3/+3
| * | | Cleanup data for missing quorum queuesDiana Corbacho2018-11-062-0/+32
| * | | Handle errors while deleting quorum queue on minorityDiana Corbacho2018-11-061-2/+5
| |/ /
* | | Refactor consumer tag in record_sentDiana Corbacho2018-11-071-10/+9
|/ /
* | Merge pull request #1758 from rabbitmq/plugin-disable-orderingMichael Klishin2018-11-031-1/+3
|\ \
| * | Call rabbit:stop_apps in reverse orderDiana Corbacho2018-11-021-1/+3
* | | rabbit_fifo: state_enter fixkjnilsson2018-11-021-7/+26
* | | rabbit_fifo: clarify prefix_msg_countkjnilsson2018-11-021-12/+30
|/ /
* | Quorum queues (#1706)Karl Nilsson2018-10-2923-346/+4096
|/
* Catch one more error when disabling default loggerLuke Bakken2018-10-151-0/+3
* Only start syslog application if it is requiredLuke Bakken2018-10-123-38/+91
* Merge pull request #1730 from rabbitmq/rabbitmq-server-1711Luke Bakken2018-10-101-17/+46
|\
| * Refactor listener startup error handlingMichael Klishin2018-10-111-17/+46
* | Report connection/channel/queue churnDiana Corbacho2018-10-081-0/+2
|/
* Merge pull request #1720 from rabbitmq/rabbitmq-cli-261Michael Klishin2018-10-041-5/+15
|\
| * plugins_dist_dir/0 => plugins_dir/0Michael Klishin2018-10-031-6/+6
| * Merge branch 'master' into rabbitmq-cli-261Michael Klishin2018-10-032-19/+37
| |\
| * | rabbitmq_plugins: export plugins_dist_dir/0, plugins_expand_dir/0, introduce ...Michael Klishin2018-09-281-0/+10