summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #1816 from rabbitmq/rabbitmq-server-952Michael Klishin2019-01-096-2/+493
|\
| * Add rabbitmq-sysmon to RabbitMQLuke Bakken2019-01-076-2/+493
* | Merge pull request #1802 from rabbitmq/rabbitmq-server-1799-single-active-con...Michael Klishin2019-01-097-99/+762
|\ \
| * \ Merge branch 'master' into rabbitmq-server-1799-single-active-consumer-in-qqMichael Klishin2019-01-0815-195/+402
| |\ \
| * | | NbMessages => MessageCountMichael Klishin2019-01-081-24/+24
| * | | Simplify consumer cancellation in QQ for single active consumerArnaud Cogoluègnes2019-01-081-16/+8
| * | | Clarify commentsMichael Klishin2019-01-081-2/+2
| * | | FormattingMichael Klishin2019-01-082-2/+2
| * | | FormattingMichael Klishin2019-01-081-12/+13
| * | | Add unit test for single active consumer in quorum queuesArnaud Cogoluègnes2019-01-081-8/+67
| * | | Address comments after single active consumer reviewArnaud Cogoluègnes2019-01-081-35/+39
| * | | Merge branch 'master' into rabbitmq-server-1799-single-active-consumer-in-qqArnaud Cogoluègnes2018-12-219-272/+362
| |\ \ \
| * \ \ \ Merge branch 'master' into rabbitmq-server-1799-single-active-consumer-in-qqArnaud Cogoluègnes2018-12-143-28/+163
| |\ \ \ \
| * | | | | Support single active consumer in quorum queueArnaud Cogoluègnes2018-12-143-42/+188
| * | | | | Merge branch 'master' into rabbitmq-server-1799-single-active-consumer-in-qqArnaud Cogoluègnes2018-12-1410-542/+509
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' into rabbitmq-server-1743-exclusive-consumerArnaud Cogoluègnes2018-12-1131-339/+1668
| |\ \ \ \ \ \
| * | | | | | | Don't use exclusive consumer info item for single active consumerArnaud Cogoluègnes2018-11-301-7/+5
| * | | | | | | Use single active consumer term when appropriateArnaud Cogoluègnes2018-11-223-63/+63
| * | | | | | | Merge branch 'master' into rabbitmq-server-1743-exclusive-consumerArnaud Cogoluègnes2018-11-2247-437/+6700
| |\ \ \ \ \ \ \
| * | | | | | | | Use x-single-active-consumer queue argumentArnaud Cogoluègnes2018-10-253-5/+5
| * | | | | | | | Check exclusive consumer isn't blocked before deliveryArnaud Cogoluègnes2018-10-242-10/+24
| * | | | | | | | Forbid AMQP exclusive consume in exclusive consumer queueArnaud Cogoluègnes2018-10-242-31/+47
| * | | | | | | | Pick new exclusive consumer after channel goes downArnaud Cogoluègnes2018-10-233-71/+178
| * | | | | | | | Implement exclusive consumer (WIP)Arnaud Cogoluègnes2018-10-225-51/+394
* | | | | | | | | rabbit_fifo_props: handle impossible casekjnilsson2019-01-081-2/+10
* | | | | | | | | Makefile: Add verbose testsuites to slow testsuitesJean-Sébastien Pédron2019-01-081-0/+2
* | | | | | | | | Makefile: Update the list of slow testsuitesJean-Sébastien Pédron2019-01-081-1/+14
| |_|_|_|_|_|/ / |/| | | | | | |
* | | | | | | | per_vhost_connection_limit_partitions: Check connections count in a loopJean-Sébastien Pédron2019-01-081-4/+15
* | | | | | | | Travis CI: Update config from rabbitmq-commonJean-Sébastien Pédron2019-01-081-12/+2
* | | | | | | | Merge pull request #1817 from rabbitmq/ra_server_supervisionKarl Nilsson2019-01-083-14/+17
|\ \ \ \ \ \ \ \
| * | | | | | | | Update with Ra server supervision changeskjnilsson2019-01-043-14/+17
* | | | | | | | | Travis CI: Update config from rabbitmq-commonJean-Sébastien Pédron2019-01-081-4/+3
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | New style config file example: list settings added in 3.7.9 and 3.7.10Michael Klishin2019-01-071-42/+117
* | | | | | | | unit_inbroker_parallel_SUITE: Bump suite timetrap to 3 minutesJean-Sébastien Pédron2019-01-071-1/+1
* | | | | | | | Merge pull request #1721 from rabbitmq/remove-default-bindingsMichael Klishin2019-01-043-66/+93
|\ \ \ \ \ \ \ \
| * | | | | | | | Filter out default exchange bindings that may already be in the databaseMichael Klishin2019-01-031-3/+8
| * | | | | | | | Check queue existence when checking for fake bindings existence.Daniil Fedotov2019-01-021-17/+24
| * | | | | | | | Add fake bindings to list functions.Daniil Fedotov2018-12-282-14/+51
| * | | | | | | | Make master locator min-masters count queues and not bindings.Daniil Fedotov2018-12-281-41/+29
| * | | | | | | | Do not create default bindings for queues.Daniil Fedotov2018-12-281-11/+1
* | | | | | | | | Merge pull request #1812 from rabbitmq/max_msg_sizeDaniil Fedotov2019-01-024-20/+127
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Rework message size limit testMichael Klishin2019-01-022-58/+54
| * | | | | | | | | Open the channel after max length limit is configuredMichael Klishin2019-01-021-3/+5
| * | | | | | | | | Merge branch 'master' into max_msg_sizeMichael Klishin2019-01-017-212/+228
| |\ \ \ \ \ \ \ \ \ | |/ / / / / / / / / |/| | | | | | | | |
* | | | | | | | | | Merge pull request #1815 from rabbitmq/rabbitmq-server-1814Michael Klishin2019-01-012-7/+7
|\ \ \ \ \ \ \ \ \ \ | |_|/ / / / / / / / |/| | | | | | | | |
| * | | | | | | | | Reverse order of ciphers in generated file to ensure they match rabbitmq.conf...Luke Bakken2018-12-311-1/+1
| * | | | | | | | | Modify test so generated ciphers are in the expected orderLuke Bakken2018-12-311-6/+6
|/ / / / / / / / /
* | | | | | | | | Merge pull request #1809 from rabbitmq/qq-purge-bug-fixD Corbacho2018-12-243-28/+23
|\ \ \ \ \ \ \ \ \ | | |/ / / / / / / | |/| | | | | | / | |_|_|_|_|_|_|/ |/| | | | | | |
| * | | | | | | Quorum queue: purege should not remove checkout out messages.kjnilsson2018-12-213-28/+23
|/ / / / / / /
* | | | | | | Merge pull request #1808 from rabbitmq/ra_machine_apply_3Michael Klishin2018-12-213-182/+203
|\ \ \ \ \ \ \