the _MSG_NOTIFICATION_RESPONSE is defined in the code, but the message type is not implemented.
There are a few ways to implement this, but simply providing a conn.listen("channel") that returns a stream seems the most obvious and idiomatic to me. the postgres listen command operates 'per-connection' and doesn't block, so I'm not sure how this would interact with pools (if at all).