I’m new to message brokers and feel quite confused. The task is to send changes from PostgreSQL table to a RabbitMQ as a no-code solution. The instrument chosen is pg-bifrost. I took a look at the code and it seems the only type of exchange supported is topic. This instrument requires exchange name (not a queue name or routing key). Using whitelist parameter I chose a single postgres table to publish changes.