1441.1.2
by Jay Pipes
Two little problems were preventing the plugin from being loaded: |
1 |
SELECT * FROM data_dictionary.modules WHERE module_name = 'rabbitmq';
|
2 |
SELECT * FROM data_dictionary.plugins WHERE module_name = 'rabbitmq';
|
|
1441.1.4
by Jay Pipes
Add --rabbitmq-use-replicator=[default|filtered|...] functionality and update variables test case |
3 |
SELECT * FROM data_dictionary.replication_streams;
|