Elixir-postgresql-message-queue - Pure PostgreSQL Message Queue for Elixir

I wasn’t aware of yggdrasil. Thanks :slight_smile: My main concern would be that it requires subscription. If a process relies on durable messaging, but it dies, what happens to the messages that enter the queue while the process is down? I would like guarantees that the messages will be delivered to the process once it’s up again. And it looks like that kind of guarantee may not be available for yggdrasil.

1 Like