summaryrefslogtreecommitdiff
path: root/controller/RabbitMQ.cpp
AgeCommit message (Collapse)Author
2019-04-18amqp_consume_message now has a timeoutGrant Limberg
RabbitMQ::consume() will return an empty string if the call to amqp_consume_message times out
2019-03-11fix non-central controller buildsGrant Limberg
2019-03-08add mutex to channel numberingGrant Limberg
2019-03-08reorder a couple of thingsGrant Limberg
2019-03-06finish up rabbitmq integrationGrant Limberg
2019-03-05rabbitMQ implementationGrant Limberg