- Binlogo will send the message to the exchange of rabbitmq. The topic mode is used. The routing key is the format of database and data table, such as database.table.
- Exchange name is created according to the configuration of the user pipeline.
- RabbitMQ message queues can be created on the rabbitmq console or on the console
- Reference RabbitMQ Topic Pattern
- Configure pipeline to RabbitMQ
- Create message queues directly in your code
- Or creating message queues and viewing messages in rabbitmq



