Added stats to mqfilter and moved the actual sending of the messages to a separate housekeeper task.

This commit is contained in:
Markus Makela
2015-02-18 15:20:40 +02:00
parent 2dc553fe6e
commit 8b8512890d
2 changed files with 110 additions and 44 deletions

View File

@ -49,7 +49,7 @@ macro(set_variables)
set(STATIC_EMBEDDED TRUE CACHE BOOL "Use static version of libmysqld")
# Build RabbitMQ components
set(BUILD_RABBITMQ FALSE CACHE BOOL "Build RabbitMQ components")
set(BUILD_RABBITMQ TRUE CACHE BOOL "Build RabbitMQ components")
# Build the binlog router
set(BUILD_BINLOG TRUE CACHE BOOL "Build binlog router")