summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* Make mandatory based on route data onlykjnilsson2019-01-153-54/+18
* Merge branch 'master' into qq-testingMichael Klishin2019-01-151-29/+212
|\
| * Merge pull request #1827 from rabbitmq/rabbitmq-server-1825-single-active-con...Michael Klishin2019-01-141-27/+212
| |\
| | * Add waiting consumers when listing consumers in QQArnaud Cogoluègnes2019-01-141-11/+47
| | * (Un)suspect waiting consumers when node goes down or upArnaud Cogoluègnes2019-01-141-7/+76
| | * Unregister waiting consumers in QQ when channel goes downArnaud Cogoluègnes2019-01-111-9/+89
* | | Remove an unused recordMichael Klishin2019-01-141-1/+0
* | | Merge branch 'master' into qq-testingMichael Klishin2019-01-14131-145/+172
|\ \ \ | |/ /
| * | Fixed years in copyrightSamuel NELA2019-01-13131-144/+142
| |/
| * Debug log messageMichael Klishin2019-01-101-1/+1
| * Update to sysmon_handler 1.1.0Luke Bakken2019-01-092-1/+30
* | Merge remote-tracking branch 'origin/master' into qq-testingDiana Corbacho2019-01-1012-226/+922
|\ \ | |/
| * Merge pull request #1816 from rabbitmq/rabbitmq-server-952Michael Klishin2019-01-093-1/+394
| |\
| | * Add rabbitmq-sysmon to RabbitMQLuke Bakken2019-01-073-1/+394
| * | Merge branch 'master' into rabbitmq-server-1799-single-active-consumer-in-qqMichael Klishin2019-01-086-111/+156
| |\ \
| | * \ Merge pull request #1817 from rabbitmq/ra_server_supervisionKarl Nilsson2019-01-081-1/+2
| | |\ \ | | | |/ | | |/|
| | | * Update with Ra server supervision changeskjnilsson2019-01-041-1/+2
| | * | 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
| | | |/
| | * | Rework message size limit testMichael Klishin2019-01-021-9/+14
| | * | Merge branch 'master' into max_msg_sizeMichael Klishin2019-01-013-198/+202
| | |\ \ | | | |/
| | * | Move application environment read to the channel intialisation.Daniil Fedotov2018-12-281-25/+34
| | * | Introduce a configurable limit to message size.Daniil Fedotov2018-12-271-1/+9
| * | | 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-216-264/+342
| |\ \ \
| * \ \ \ Merge branch 'master' into rabbitmq-server-1799-single-active-consumer-in-qqArnaud Cogoluègnes2018-12-142-24/+85
| |\ \ \ \
| * | | | | Support single active consumer in quorum queueArnaud Cogoluègnes2018-12-142-16/+98
| * | | | | Merge branch 'master' into rabbitmq-server-1799-single-active-consumer-in-qqArnaud Cogoluègnes2018-12-146-412/+404
| |\ \ \ \ \
| * \ \ \ \ \ Merge branch 'master' into rabbitmq-server-1743-exclusive-consumerArnaud Cogoluègnes2018-12-1118-299/+784
| |\ \ \ \ \ \
| * | | | | | | 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-222-62/+62
| * | | | | | | Merge branch 'master' into rabbitmq-server-1743-exclusive-consumerArnaud Cogoluègnes2018-11-2223-365/+4027
| |\ \ \ \ \ \ \
| * | | | | | | | Use x-single-active-consumer queue argumentArnaud Cogoluègnes2018-10-252-3/+3
| * | | | | | | | 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-241-21/+26
| * | | | | | | | Pick new exclusive consumer after channel goes downArnaud Cogoluègnes2018-10-232-63/+93
| * | | | | | | | Implement exclusive consumer (WIP)Arnaud Cogoluègnes2018-10-223-51/+158
* | | | | | | | | Consider quorum queues in forget_cluster_nodeDiana Corbacho2019-01-081-5/+9
* | | | | | | | | Implement rabbit_quorum_queue:stat/1Diana Corbacho2019-01-043-5/+48
| |_|_|_|_|_|_|/ |/| | | | | | |
* | | | | | | | Quorum queue: purege should not remove checkout out messages.kjnilsson2018-12-212-26/+21
| |_|_|_|_|/ / |/| | | | | |
* | | | | | | rabbit_fifo: apply/4 -> apply/3kjnilsson2018-12-202-177/+186
| |_|_|_|_|/ |/| | | | |