Reference for configuring and using the RabbitMQ sink with Sequin.
localhost
).
5672
).
products
in the public
schema of a database called shop_prod
, you would see routing keys like:
sequin.shop_prod.public.products.insert
sequin.shop_prod.public.products.update
sequin.shop_prod.public.products.delete
message_id
: A unique Sequin identifier for the messagecontent_type
: Set to “application/json”rabbitmqadmin
CLI tool.
For example, to receive all changes to a table:
exchange
, routing_key
, and message headers
with routing functions.
Example routing function:
1
. You can click on a message to see more details, including the last error response received from RabbitMQ.