This document summarizes a presentation about using PostgreSQL with message queues. It discusses how PostgreSQL can integrate with other systems by using the pg_amqp extension to publish messages to an AMQP broker on transaction commit. This allows actions like cache purges or search index updates to happen automatically when related database records change. While the current implementation uses AMQP 0.8, future support for AMQP 1.0 would add two-phase commit to make the process safer.