pgsql-listen-exchange
pgsql-listen-exchange copied to clipboard
Question regarding dropped connections
One of the issues I've had with external clients for postgres notifies is that I'd have to write code to check for dropped connections to the pgsql server and logic to discover any missed messages. So a couple questions as I'm not very familiar with either Erlang or RabbitMQ:
- Will this plugin automatically reconnect if the connection is dropped?
- Is it possible to pass keepalive parameters in the psql connection request?
Thank you.
- No, this needs to be addressed and is tracked in #16
- Not currently, perhaps moving to a URL based configuration would be worthwhile.