Fixes to RabbitMQ filter and consumer.
This commit is contained in:
@ -1,6 +1,8 @@
|
||||
if(BUILD_RABBITMQ)
|
||||
find_package(RabbitMQ)
|
||||
include_directories(${RABBITMQ_HEADERS})
|
||||
add_library(mqfilter SHARED mqfilter.c)
|
||||
target_link_libraries(mqfilter query_classifier log_manager utils rabbitmq)
|
||||
target_link_libraries(mqfilter query_classifier log_manager utils ${RABBITMQ_LIBRARIES})
|
||||
install(TARGETS mqfilter DESTINATION modules)
|
||||
endif()
|
||||
|
||||
|
@ -36,7 +36,7 @@
|
||||
*
|
||||
* logging_trigger Set the logging level
|
||||
* logging_strict Sets whether to trigger when any of the parameters match or only if all parameters match
|
||||
* logging_log_all Log only SELECT, UPDATE, DELETE and INSERT or all posddible queries
|
||||
* logging_log_all Log only SELECT, UPDATE, DELETE and INSERT or all possible queries
|
||||
* hostname The server hostname where the messages are sent
|
||||
* port Port to send the messages to
|
||||
* username Server login username
|
||||
|
Reference in New Issue
Block a user