summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Add single active consumer monitoring info to classic queueArnaud Cogoluègnes2019-01-112-1/+17
* Merge pull request #1821 from rabbitmq/lrb-update-sysmon_handlerLuke Bakken2019-01-094-794/+203
|\
| * Debug log messageMichael Klishin2019-01-101-1/+1
| * Update to sysmon_handler 1.1.0Luke Bakken2019-01-095-795/+204
* | Update rabbitmq-components.mkLuke Bakken2019-01-091-1/+1
|/
* Correct a max message size config setting typoMichael Klishin2019-01-092-1/+15
* Update ct-config_schema expectations to include sysmon_handler defaultsMichael Klishin2019-01-091-83/+750
* Squash a couple of warningsMichael Klishin2019-01-091-2/+2
* 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