Skip to content

Latest commit

 

History

History
29 lines (12 loc) · 936 Bytes

File metadata and controls

29 lines (12 loc) · 936 Bytes
  • 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

avatar

  • Create message queues directly in your code

RabbitMQ Consumer Example Code

avatar

  • Or creating message queues and viewing messages in rabbitmq

avatar

avatar